#CAF2D2

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

Shades of Granny Apple #CAF2D2

Tints of Granny Apple #CAF2D2

Color information

#CAF2D2 (or 0xCAF2D2) is unknown color: approx Granny Apple. HEX triplet: CA, F2 and D2. RGB value is (202,242,210). Sum of RGB (Red+Green+Blue) = 202+242+210=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2D2 is #350D2D. Grayscale: #E2E2E2. Windows color (decimal): -3476782 or 13824714. OLE color: 13824714.

HSL color Cylindrical-coordinate representation of color #CAF2D2: hue angle of 132º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF2D2 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB202242210-
CMYK0.1700.130.05
HSL132º60.61%87.06%-
HSV(B)132º16.53%94.9%-
XYZ67.7480.7172.98-
YUV226.39118.75110.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 210 (82.42% from 255) = 32.11%
R=30.89%
G=37.00%
B=32.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022422100.1700.130.0513260.6187.06
HexCAF2D2110D5843d57
Octal31236232221015520475127
Binary1100101011110010110100101000101101101100001001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2D2; }

 p { color: rgb(202,242,210); }

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

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

 a { background-color: rgb(202,242,210); }

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

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

 span { border-color: rgb(202,242,210); }

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