COLOR #AFD341

HEX: #AFD341 RGB: (175,211,65)

Color info

#AFD341 contains mainly red and green colors. Web safe color of #AFD341 is #99CC33 (or #9C3).

RGB color model

#AFD341 color RGB value is (175,211,65).

RGB: (175,211,65) (69%, 83%, 25%)

RGB channels and saturation

R 175 of 255 = 69%
G 211 of 255 = 83%
B 65 of 255 = 25%

175
211
65

R + G + B ~ 59%. #AFD341 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 211 + 65 = 451 (100%)
R 175 of 451 ~ 38.8%
G 211 of 451 ~ 46.78%
B 65 of 451 ~ 14.41'%

%38.8
%46.78
%14.41

CMYK color model

#AFD341 color CMYK value is (17,0,69,17).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 69.19%
  • key color value is 17.25%

CMYK: (17,0,69,17)
C17M0Y69K17 (17%, 0%, 69%, 17%)
(0.17 / 0.00 / 0.69 / 0.17)

CMYK percentages

%17.06
%0
%69.19
%17.25

Codes

Color #AFD341 in popluar color models

AF D3 41
RGB 175 211 65
HSL 75° 62.39% 54.12%
HSB/HSV 75° 69.19% 82.75%
CMYK 17.06% 0.00% 69.19%
17.25%

Color #AFD341 in popluar number systems.

HEX AF D3 41
Decimal 175 211 65
Binary 10101111 11010011 1000001
Octal 257 323 101

Shades and tints

Shades of #AFD341

#AFD341
(175,211,65)
#A0C03C
(160,192,60)
#91AD37
(145,173,55)
#829A32
(130,154,50)
#73872D
(115,135,45)
#647428
(100,116,40)
#556123
(85,97,35)
#464E1E
(70,78,30)
#373B19
(55,59,25)
#282814
(40,40,20)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #AFD341

#AFD341
(175,211,65)
#B6D752
(182,215,82)
#BDDB63
(189,219,99)
#C4DF74
(196,223,116)
#CBE385
(203,227,133)
#D2E796
(210,231,150)
#D9EBA7
(217,235,167)
#E0EFB8
(224,239,184)
#E7F3C9
(231,243,201)
#EEF7DA
(238,247,218)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD341; }

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

This text font color is #AFD341.

Background Color

.myBgColor { background-color: #AFD341; }

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

This div background color is #AFD341.

Border color

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

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

This div border color is #AFD341.

Opacity

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

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

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

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

This text has shadow with #AFD341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD341.

Preview

Color preview on black background

This text has color #AFD341 on black background.


Color preview on white background

This text has color #AFD341 on white background.


Black color preview on #AFD341 background

This text has black color on #AFD341 background.


White color preview on #AFD341 background

This text has white color on #AFD341 background.


Related colors

Complementary color

Complementary color for #hex is #502CBE.


I love getcolorcode.com

Triadic colors

1 #41AFD3 and #D341AF with #AFD341 are triadic colors.

2 #41D3AF and #D3AF41 with #AFD341 are triadic colors.