#afcc73

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

Shades of Caper #AFCC73

Tints of Caper #AFCC73

Color information

#AFCC73 (or 0xAFCC73) is unknown color: approx Caper. HEX triplet: AF, CC and 73. RGB value is (175,204,115). Sum of RGB (Red+Green+Blue) = 175+204+115=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC73 is #50338C. Grayscale: #B9B9B9. Windows color (decimal): -5256077 or 7589039. OLE color: 7589039.

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

Color convert

RGB175204115-
CMYK0.1400.440.2
HSL79.55º46.6%62.55%-
HSV(B)79.55º43.63%80%-
XYZ42.3753.5424.32-
YUV185.1888.39120.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=35.43%
G=41.30%
B=23.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041150.1400.440.279.5546.662.55
HexAFCC73E02C14502f3f
Octal25731416316054241205777
Binary1010111111001100111001111100101100101001010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afcc73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afcc73; }

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

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

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

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

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

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

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

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