Shades of Granny Apple #CAF1D0
Tints of Granny Apple #CAF1D0
RGB
CMYK
RGB Variations
Color information
#CAF1D0 (or 0xCAF1D0) is known color: Granny Apple. HEX triplet: CA, F1 and D0. RGB value is (202,241,208). Sum of RGB (Red+Green+Blue) = 202+241+208=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1D0 is #350E2F. Grayscale: #E1E1E1. Windows color (decimal): -3477040 or 13693386. OLE color: 13693386.
HSL color Cylindrical-coordinate representation of color #CAF1D0: hue angle of 129.23º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1D0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 241 | 208 | - |
CMYK | 0.16 | 0 | 0.14 | 0.05 |
HSL | 129.23º | 0.58% | 0.87% | - |
HSV(B) | 129.23º | 0.16% | 0.95% | - |
XYZ | 67.2 | 80.02 | 71.58 | - |
YUV | 225.58 | 118.08 | 111.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 241 | 208 | 0.16 | 0 | 0.14 | 0.05 | 129.23 | 0.58 | 0.87 |
Hex | CA | F1 | D0 | 10 | 0 | E | 5 | 81 | 3A | 57 |
Octal | 312 | 361 | 320 | 20 | 0 | 16 | 5 | 201 | 72 | 127 |
Binary | 11001010 | 11110001 | 11010000 | 10000 | 0 | 1110 | 101 | 10000001 | 111010 | 1010111 |
Color Harmonies of #CAF1D0
Complementary color
Monochromatic Colors of #CAF1D0
Black with #CAF1D0
Text Example
Text Example
White with #CAF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1D0; }
p { color: rgb(202,241,208); }
H1.HeaderClassName
{
color: #CAF1D0;
}
.AnyTagClassName
{
color: #CAF1D0;
}
</style>
background-color css
<style>
a { background-color: #CAF1D0; }
a { background-color: rgb(202,241,208); }
div.DivClassName
{
background-color: #CAF1D0;
}
.BgClassName
{
background-color: #CAF1D0;
}
</style>
border-color css
<style>
span { border-color: #CAF1D0; }
span { border-color: rgb(202,241,208); }
td.TdClassName
{
border-color: #CAF1D0;
}
.TagClassName
{
border-color: #CAF1D0;
}
</style>