#CAF9CE

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

Shades of Granny Apple #CAF9CE

Tints of Granny Apple #CAF9CE

Color information

#CAF9CE (or 0xCAF9CE) is unknown color: approx Granny Apple. HEX triplet: CA, F9 and CE. RGB value is (202,249,206). Sum of RGB (Red+Green+Blue) = 202+249+206=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9CE is #350631. Grayscale: #E6E6E6. Windows color (decimal): -3474994 or 13564362. OLE color: 13564362.

HSL color Cylindrical-coordinate representation of color #CAF9CE: hue angle of 125.11º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9CE is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB202249206-
CMYK0.1900.170.02
HSL125.11º79.66%88.43%-
HSV(B)125.11º18.88%97.65%-
XYZ69.3784.7671.1-
YUV230.04114.43108-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 249 (97.66% from 255) = 37.90%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=30.75%
G=37.90%
B=31.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022492060.1900.170.02125.1179.6688.43
HexCAF9CE1301127d5058
Octal312371316230212175120130
Binary1100101011111001110011101001101000110111110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF9CE; }

 p { color: rgb(202,249,206); }

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

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

 a { background-color: rgb(202,249,206); }

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

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

 span { border-color: rgb(202,249,206); }

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