#AFCF73

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

Shades of Caper #AFCF73

Tints of Caper #AFCF73

Color information

#AFCF73 (or 0xAFCF73) is unknown color: approx Caper. HEX triplet: AF, CF and 73. RGB value is (175,207,115). Sum of RGB (Red+Green+Blue) = 175+207+115=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF73 is #50308C. Grayscale: #BBBBBB. Windows color (decimal): -5255309 or 7589807. OLE color: 7589807.

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

Color convert

RGB175207115-
CMYK0.1500.440.19
HSL80.87º48.94%63.14%-
HSV(B)80.87º44.44%81.18%-
XYZ43.0954.9824.56-
YUV186.9487.4119.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=35.21%
G=41.65%
B=23.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752071150.1500.440.1980.8748.9463.14
HexAFCF73F02C1351313f
Octal25731716317054231216177
Binary1010111111001111111001111110101100100111010001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCF73; }

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

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

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

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

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

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

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

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