Shades of Granny Apple #CAF7D0
Tints of Granny Apple #CAF7D0
RGB
CMYK
RGB Variations
Color information
#CAF7D0 (or 0xCAF7D0) is known color: Granny Apple. HEX triplet: CA, F7 and D0. RGB value is (202,247,208). Sum of RGB (Red+Green+Blue) = 202+247+208=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7D0 is #35082F. Grayscale: #E5E5E5. Windows color (decimal): -3475504 or 13694922. OLE color: 13694922.
HSL color Cylindrical-coordinate representation of color #CAF7D0: hue angle of 128º 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 #CAF7D0 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 208 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.03 |
| HSL | 128º | 0.74% | 0.88% | - |
| HSV(B) | 128º | 0.18% | 0.97% | - |
| XYZ | 69 | 83.63 | 72.18 | - |
| YUV | 229.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 208 | 0.18 | 0 | 0.16 | 0.03 | 128 | 0.74 | 0.88 |
| Hex | CA | F7 | D0 | 12 | 0 | 10 | 3 | 80 | 4A | 58 |
| Octal | 312 | 367 | 320 | 22 | 0 | 20 | 3 | 200 | 112 | 130 |
| Binary | 11001010 | 11110111 | 11010000 | 10010 | 0 | 10000 | 11 | 10000000 | 1001010 | 1011000 |
Color Harmonies of #CAF7D0
Complementary color
Monochromatic Colors of #CAF7D0
Black with #CAF7D0
Text Example
Text Example
White with #CAF7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF7D0; }
p { color: rgb(202,247,208); }
H1.HeaderClassName
{
color: #CAF7D0;
}
.AnyTagClassName
{
color: #CAF7D0;
}
</style>
background-color css
<style>
a { background-color: #CAF7D0; }
a { background-color: rgb(202,247,208); }
div.DivClassName
{
background-color: #CAF7D0;
}
.BgClassName
{
background-color: #CAF7D0;
}
</style>
border-color css
<style>
span { border-color: #CAF7D0; }
span { border-color: rgb(202,247,208); }
td.TdClassName
{
border-color: #CAF7D0;
}
.TagClassName
{
border-color: #CAF7D0;
}
</style>