Shades of Granny Apple #CFF2D2
Tints of Granny Apple #CFF2D2
RGB
CMYK
RGB Variations
Color information
#CFF2D2 (or 0xCFF2D2) is known color: Granny Apple. HEX triplet: CF, F2 and D2. RGB value is (207,242,210). Sum of RGB (Red+Green+Blue) = 207+242+210=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2D2 is #300D2D. Grayscale: #E3E3E3. Windows color (decimal): -3149102 or 13824719. OLE color: 13824719.
HSL color Cylindrical-coordinate representation of color #CFF2D2: hue angle of 125.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2D2 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 210 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.05 |
| HSL | 125.14º | 0.57% | 0.88% | - |
| HSV(B) | 125.14º | 0.14% | 0.95% | - |
| XYZ | 69.12 | 81.42 | 73.05 | - |
| YUV | 227.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 210 | 0.14 | 0 | 0.13 | 0.05 | 125.14 | 0.57 | 0.88 |
| Hex | CF | F2 | D2 | E | 0 | D | 5 | 7D | 39 | 58 |
| Octal | 317 | 362 | 322 | 16 | 0 | 15 | 5 | 175 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11010010 | 1110 | 0 | 1101 | 101 | 1111101 | 111001 | 1011000 |
Color Harmonies of #CFF2D2
Complementary color
Monochromatic Colors of #CFF2D2
Black with #CFF2D2
Text Example
Text Example
White with #CFF2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2D2; }
p { color: rgb(207,242,210); }
H1.HeaderClassName
{
color: #CFF2D2;
}
.AnyTagClassName
{
color: #CFF2D2;
}
</style>
background-color css
<style>
a { background-color: #CFF2D2; }
a { background-color: rgb(207,242,210); }
div.DivClassName
{
background-color: #CFF2D2;
}
.BgClassName
{
background-color: #CFF2D2;
}
</style>
border-color css
<style>
span { border-color: #CFF2D2; }
span { border-color: rgb(207,242,210); }
td.TdClassName
{
border-color: #CFF2D2;
}
.TagClassName
{
border-color: #CFF2D2;
}
</style>