COLOR #AFD551

HEX: #AFD551 RGB: (175,213,81)

Color info

#AFD551 contains mainly red and green colors. Web safe color of #AFD551 is #99CC66 (or #9C6).

RGB color model

#AFD551 color RGB value is (175,213,81).

RGB: (175,213,81) (69%, 84%, 32%)

RGB channels and saturation

R 175 of 255 = 69%
G 213 of 255 = 84%
B 81 of 255 = 32%

175
213
81

R + G + B ~ 62%. #AFD551 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 213 + 81 = 469 (100%)
R 175 of 469 ~ 37.31%
G 213 of 469 ~ 45.42%
B 81 of 469 ~ 17.27'%

%37.31
%45.42
%17.27

CMYK color model

#AFD551 color CMYK value is (18,0,62,16).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 61.97%
  • key color value is 16.47%

CMYK: (18,0,62,16)
C18M0Y62K16 (18%, 0%, 62%, 16%)
(0.18 / 0.00 / 0.62 / 0.16)

CMYK percentages

%17.84
%0
%61.97
%16.47

Codes

Color #AFD551 in popluar color models

AF D5 51
RGB 175 213 81
HSL 77° 61.11% 57.65%
HSB/HSV 77° 61.97% 83.53%
CMYK 17.84% 0.00% 61.97%
16.47%

Color #AFD551 in popluar number systems.

HEX AF D5 51
Decimal 175 213 81
Binary 10101111 11010101 1010001
Octal 257 325 121

Shades and tints

Shades of #AFD551

#AFD551
(175,213,81)
#A0C24A
(160,194,74)
#91AF43
(145,175,67)
#829C3C
(130,156,60)
#738935
(115,137,53)
#64762E
(100,118,46)
#556327
(85,99,39)
#465020
(70,80,32)
#373D19
(55,61,25)
#282A12
(40,42,18)
#19170B
(25,23,11)
#000000
(0,0,0)

Tints of #AFD551

#AFD551
(175,213,81)
#B6D860
(182,216,96)
#BDDB6F
(189,219,111)
#C4DE7E
(196,222,126)
#CBE18D
(203,225,141)
#D2E49C
(210,228,156)
#D9E7AB
(217,231,171)
#E0EABA
(224,234,186)
#E7EDC9
(231,237,201)
#EEF0D8
(238,240,216)
#F5F3E7
(245,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD551 color. Also use rgb(175,213,81) instead hex code.

Text Font Color

.myTextColor { color: #AFD551; }

<p style="color:#AFD551">This sample text font color is #AFD551.</p>

This text font color is #AFD551.

Background Color

.myBgColor { background-color: #AFD551; }

<div style="background-color:#AFD551">Inner text</div>

This div background color is #AFD551.

Border color

.myBorderColor { border: 1px solid #AFD551; }

<div style="border:3px solid #AFD551">Div</div>

This div border color is #AFD551.

Opacity

.myOpacity80 { color: #AFD551; opacity: 0.8; }

<p style="color:#AFD551;opacity:0.8;">80%</p>

Text with #AFD551 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AFD551;}

<p style="text-shadow: 3px 3px 1px #AFD551">Text here.</p>

This text has shadow with #AFD551 color.


.textShadow {text-shadow: 3px 3px 1px #AFD551', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AFD551, 5px 5px 20px red">Text here.</p>

This text has shadow with #AFD551 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFD551, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AFD551, Direction=45, Strength=4)">Text</p>

This text has shadow with #AFD551 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFD551;
-webkit-box-shadow: 1px 1px 3px 2px #AFD551;
box-shadow: 1px 1px 3px 2px #AFD551;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFD551; -webkit-box-shadow: 1px 1px 3px 2px #AFD551; box-shadow:1px 1px 3px 2px #AFD551;">
Div content here
</div>

This div box has shadow with color #AFD551.

Preview

Color preview on black background

This text has color #AFD551 on black background.


Color preview on white background

This text has color #AFD551 on white background.


Black color preview on #AFD551 background

This text has black color on #AFD551 background.


White color preview on #AFD551 background

This text has white color on #AFD551 background.


Related colors

Complementary color

Complementary color for #hex is #502AAE.


I love getcolorcode.com

Triadic colors

1 #51AFD5 and #D551AF with #AFD551 are triadic colors.

2 #51D5AF and #D5AF51 with #AFD551 are triadic colors.