Shades of Granny Apple #CFF0D2
Tints of Granny Apple #CFF0D2
RGB
CMYK
RGB Variations
Color information
#CFF0D2 (or 0xCFF0D2) is known color: Granny Apple. HEX triplet: CF, F0 and D2. RGB value is (207,240,210). Sum of RGB (Red+Green+Blue) = 207+240+210=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0D2 is #300F2D. Grayscale: #E2E2E2. Windows color (decimal): -3149614 or 13824207. OLE color: 13824207.
HSL color Cylindrical-coordinate representation of color #CFF0D2: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0D2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 210 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.06 |
| HSL | 125.45º | 0.52% | 0.88% | - |
| HSV(B) | 125.45º | 0.14% | 0.94% | - |
| XYZ | 68.53 | 80.24 | 72.85 | - |
| YUV | 226.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 210 | 0.14 | 0 | 0.12 | 0.06 | 125.45 | 0.52 | 0.88 |
| Hex | CF | F0 | D2 | E | 0 | C | 6 | 7D | 34 | 58 |
| Octal | 317 | 360 | 322 | 16 | 0 | 14 | 6 | 175 | 64 | 130 |
| Binary | 11001111 | 11110000 | 11010010 | 1110 | 0 | 1100 | 110 | 1111101 | 110100 | 1011000 |
Color Harmonies of #CFF0D2
Complementary color
Monochromatic Colors of #CFF0D2
Black with #CFF0D2
Text Example
Text Example
White with #CFF0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0D2; }
p { color: rgb(207,240,210); }
H1.HeaderClassName
{
color: #CFF0D2;
}
.AnyTagClassName
{
color: #CFF0D2;
}
</style>
background-color css
<style>
a { background-color: #CFF0D2; }
a { background-color: rgb(207,240,210); }
div.DivClassName
{
background-color: #CFF0D2;
}
.BgClassName
{
background-color: #CFF0D2;
}
</style>
border-color css
<style>
span { border-color: #CFF0D2; }
span { border-color: rgb(207,240,210); }
td.TdClassName
{
border-color: #CFF0D2;
}
.TagClassName
{
border-color: #CFF0D2;
}
</style>