COLOR #AFDF65

HEX: #AFDF65
RGB: (175,223,101)

Color info

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

RGB color model

#AFDF65 color RGB value is (175,223,101).

  • red value is 175;
  • green value is 223;
  • blue value is 101.
RGB:
(175,223,101)
(69%,87%,40%)

RGB channels and saturation

R 175 of 255 = 69%
G 223 of 255 = 87%
B 101 of 255 = 40%

175
223
101

R + G + B ~ 65%. #AFDF65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 223 + 101 = 499 (100%)
R 175 of 499 ~ 35.07%
G 223 of 499 ~ 44.69%
B 101 of 499 ~ 20.24%

%35.07
%44.69
%20.24

CMYK color model

#AFDF65 color CMYK value is (22,0,55,13).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 54.71%
  • key color value is 12.55%
CMYK:
(22,0,55,13)
C22M0Y55K13 
(22%,0%,55%,13%)
(0.22/0.00/0.55/0.13)	

CMYK percentages

%21.52
%0
%54.71
%12.55

Codes

Color #AFDF65 in popluar color models

AFDF65
RGB175223101
HSL84°65.59%63.53%
HSB/HSV84°54.71%87.45%
CMYK21.52%0.00%54.71%
12.55%

Color #AFDF65 in popluar number systems.

HEXAFDF65
Decimal175223101
Binary10101111110111111100101
Octal257337145

Shades and tints

Shades of #AFDF65

#AFDF65
(175,223,101)
#A0CB5C
(160,203,92)
#91B753
(145,183,83)
#82A34A
(130,163,74)
#738F41
(115,143,65)
#647B38
(100,123,56)
#55672F
(85,103,47)
#465326
(70,83,38)
#373F1D
(55,63,29)
#282B14
(40,43,20)
#19170B
(25,23,11)
#000000
(0,0,0)

Tints of #AFDF65

#AFDF65
(175,223,101)
#B6E173
(182,225,115)
#BDE381
(189,227,129)
#C4E58F
(196,229,143)
#CBE79D
(203,231,157)
#D2E9AB
(210,233,171)
#D9EBB9
(217,235,185)
#E0EDC7
(224,237,199)
#E7EFD5
(231,239,213)
#EEF1E3
(238,241,227)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDF65 color. Also use rgb(175,223,101) instead hex code.

Text Font Color

.myTextColor { color: #AFDF65; }

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

This text font color is #AFDF65.


Background Color

.myBgColor { background-color: #AFDF65; }

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

This div background color is #AFDF65.


Border color

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

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

This div border color is #AFDF65.


Opacity

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

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

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

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

This text has shadow with #AFDF65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDF65 on black background.


Color preview on white background

This text has color #AFDF65 on white background.



Black color preview on #AFDF65 background

This text has black color on #AFDF65 background.


White color preview on #AFDF65 background

This text has white color on #AFDF65 background.