#CAF4D0

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

Shades of Granny Apple #CAF4D0

Tints of Granny Apple #CAF4D0

Color information

#CAF4D0 (or 0xCAF4D0) is unknown color: approx Granny Apple. HEX triplet: CA, F4 and D0. RGB value is (202,244,208). Sum of RGB (Red+Green+Blue) = 202+244+208=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4D0 is #350B2F. Grayscale: #E3E3E3. Windows color (decimal): -3476272 or 13694154. OLE color: 13694154.

HSL color Cylindrical-coordinate representation of color #CAF4D0: hue angle of 128.57º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4D0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB202244208-
CMYK0.1700.150.04
HSL128.57º65.62%87.45%-
HSV(B)128.57º17.21%95.69%-
XYZ68.0981.8171.88-
YUV227.34117.09109.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=30.89%
G=37.31%
B=31.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442080.1700.150.04128.5765.6287.45
HexCAF4D0110F4814257
Octal312364320210174201102127
Binary11001010111101001101000010001011111001000000110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4D0; }

 p { color: rgb(202,244,208); }

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

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

 a { background-color: rgb(202,244,208); }

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

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

 span { border-color: rgb(202,244,208); }

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