#AFCD80

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

Shades of Caper #AFCD80

Tints of Caper #AFCD80

Color information

#AFCD80 (or 0xAFCD80) is unknown color: approx Caper. HEX triplet: AF, CD and 80. RGB value is (175,205,128). Sum of RGB (Red+Green+Blue) = 175+205+128=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD80 is #50327F. Grayscale: #BBBBBB. Windows color (decimal): -5255808 or 8441263. OLE color: 8441263.

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

Color convert

RGB175205128-
CMYK0.1500.380.20
HSL83.38º43.5%65.29%-
HSV(B)83.38º37.56%80.39%-
XYZ43.4154.3428.62-
YUV187.2594.56119.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=34.45%
G=40.35%
B=25.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051280.1500.380.2083.3843.565.29
HexAFCD80F02614532c41
Octal257315200170462412354101
Binary101011111100110110000000111101001101010010100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD80; }

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

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

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

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

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

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

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

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