#AFCD76

Color #AFCD76 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AFCD76

Tints of Caper #AFCD76

Color information

#AFCD76 (or 0xAFCD76) is unknown color: approx Caper. HEX triplet: AF, CD and 76. RGB value is (175,205,118). Sum of RGB (Red+Green+Blue) = 175+205+118=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD76 is #503289. Grayscale: #BABABA. Windows color (decimal): -5255818 or 7785903. OLE color: 7785903.

HSL color Cylindrical-coordinate representation of color #AFCD76: hue angle of 80.69º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFCD76 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB175205118-
CMYK0.1500.420.20
HSL80.69º46.52%63.33%-
HSV(B)80.69º42.44%80.39%-
XYZ42.7854.0825.32-
YUV186.1189.56120.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=35.14%
G=41.16%
B=23.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051180.1500.420.2080.6946.5263.33
HexAFCD76F02A14512f3f
Octal25731516617052241215777
Binary1010111111001101111011011110101010101001010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD76; }

 p { color: rgb(175,205,118); }

 H1.HeaderClassName
 {
   color: #AFCD76;
 }
 .AnyTagClassName
 {
   color: #AFCD76;
 }
</style>
background-color css

<style>
 a { background-color: #AFCD76; }

 a { background-color: rgb(175,205,118); }

 div.DivClassName
 {
   background-color: #AFCD76;
 }
 .BgClassName
 {
   background-color: #AFCD76;
 }
</style>
border-color css

<style>
 span { border-color: #AFCD76; }

 span { border-color: rgb(175,205,118); }

 td.TdClassName
 {
   border-color: #AFCD76;
 }
 .TagClassName
 {
   border-color: #AFCD76;
 }
</style>