#AFCF80

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

Shades of Caper #AFCF80

Tints of Caper #AFCF80

Color information

#AFCF80 (or 0xAFCF80) is unknown color: approx Caper. HEX triplet: AF, CF and 80. RGB value is (175,207,128). Sum of RGB (Red+Green+Blue) = 175+207+128=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCF80 is #50307F. Grayscale: #BCBCBC. Windows color (decimal): -5255296 or 8441775. OLE color: 8441775.

HSL color Cylindrical-coordinate representation of color #AFCF80: hue angle of 84.3º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFCF80 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB175207128-
CMYK0.1500.380.19
HSL84.3º45.14%65.69%-
HSV(B)84.3º38.16%81.18%-
XYZ43.8955.328.78-
YUV188.4393.9118.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=34.31%
G=40.59%
B=25.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071280.1500.380.1984.345.1465.69
HexAFCF80F02613542d42
Octal257317200170462312455102
Binary101011111100111110000000111101001101001110101001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCF80; }

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

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

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

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

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

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

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

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