#CAF7CD

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

Shades of Granny Apple #CAF7CD

Tints of Granny Apple #CAF7CD

Color information

#CAF7CD (or 0xCAF7CD) is unknown color: approx Granny Apple. HEX triplet: CA, F7 and CD. RGB value is (202,247,205). Sum of RGB (Red+Green+Blue) = 202+247+205=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7CD is #350832. Grayscale: #E4E4E4. Windows color (decimal): -3475507 or 13498314. OLE color: 13498314.

HSL color Cylindrical-coordinate representation of color #CAF7CD: hue angle of 124º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF7CD is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB202247205-
CMYK0.1800.170.03
HSL124º73.77%88.04%-
HSV(B)124º18.22%96.86%-
XYZ68.6483.4970.25-
YUV228.76114.59108.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 247 (96.88% from 255) = 37.77%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=30.89%
G=37.77%
B=31.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022472050.1800.170.0312473.7788.04
HexCAF7CD1201137c4a58
Octal312367315220213174112130
Binary1100101011110111110011011001001000111111110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7CD; }

 p { color: rgb(202,247,205); }

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

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

 a { background-color: rgb(202,247,205); }

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

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

 span { border-color: rgb(202,247,205); }

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