COLOR #AFD352

HEX: #AFD352 RGB: (175,211,82)

Color info

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

RGB color model

#AFD352 color RGB value is (175,211,82).

RGB: (175,211,82) (69%, 83%, 32%)

RGB channels and saturation

R 175 of 255 = 69%
G 211 of 255 = 83%
B 82 of 255 = 32%

175
211
82

R + G + B ~ 61%. #AFD352 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 211 + 82 = 468 (100%)
R 175 of 468 ~ 37.39%
G 211 of 468 ~ 45.09%
B 82 of 468 ~ 17.52'%

%37.39
%45.09
%17.52

CMYK color model

#AFD352 color CMYK value is (17,0,61,17).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 61.14%
  • key color value is 17.25%
CMYK: (17,0,61,17) C17M0Y61K17 (17%,0%,61%,17%) (0.17/0.00/0.61/0.17) 

CMYK percentages

%17.06
%0
%61.14
%17.25

Codes

Color #AFD352 in popluar color models

AF D3 52
RGB 175 211 82
HSL 77° 59.45% 57.45%
HSB/HSV 77° 61.14% 82.75%
CMYK 17.06% 0.00% 61.14%
17.25%

Color #AFD352 in popluar number systems.

HEX AF D3 52
Decimal 175 211 82
Binary 10101111 11010011 1010010
Octal 257 323 122

Shades and tints

Shades of #AFD352

#AFD352
(175,211,82)
#A0C04B
(160,192,75)
#91AD44
(145,173,68)
#829A3D
(130,154,61)
#738736
(115,135,54)
#64742F
(100,116,47)
#556128
(85,97,40)
#464E21
(70,78,33)
#373B1A
(55,59,26)
#282813
(40,40,19)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #AFD352

#AFD352
(175,211,82)
#B6D761
(182,215,97)
#BDDB70
(189,219,112)
#C4DF7F
(196,223,127)
#CBE38E
(203,227,142)
#D2E79D
(210,231,157)
#D9EBAC
(217,235,172)
#E0EFBB
(224,239,187)
#E7F3CA
(231,243,202)
#EEF7D9
(238,247,217)
#F5FBE8
(245,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD352 color. Also use rgb(175,211,82) instead hex code.

Text Font Color

.myTextColor { color: #AFD352; }

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

This text font color is #AFD352.

Background Color

.myBgColor { background-color: #AFD352; }

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

This div background color is #AFD352.

Border color

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

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

This div border color is #AFD352.

Opacity

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

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

Text with #AFD352 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 #AFD352;}

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

This text has shadow with #AFD352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD352.

Preview

Color preview on black background

This text has color #AFD352 on black background.


Color preview on white background

This text has color #AFD352 on white background.


Black color preview on #AFD352 background

This text has black color on #AFD352 background.


White color preview on #AFD352 background

This text has white color on #AFD352 background.


Related colors

Complementary color

Complementary color for #hex is #502CAD.


I love getcolorcode.com

Triadic colors

1 #52AFD3 and #D352AF with #AFD352 are triadic colors.

2 #52D3AF and #D3AF52 with #AFD352 are triadic colors.