Shades of Granny Apple #CFF2D4
Tints of Granny Apple #CFF2D4
RGB
CMYK
RGB Variations
Color information
#CFF2D4 (or 0xCFF2D4) is known color: Granny Apple. HEX triplet: CF, F2 and D4. RGB value is (207,242,212). Sum of RGB (Red+Green+Blue) = 207+242+212=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2D4 is #300D2B. Grayscale: #E4E4E4. Windows color (decimal): -3149100 or 13955791. OLE color: 13955791.
HSL color Cylindrical-coordinate representation of color #CFF2D4: hue angle of 128.57º 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 #CFF2D4 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 212 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.05 |
| HSL | 128.57º | 0.57% | 0.88% | - |
| HSV(B) | 128.57º | 0.14% | 0.95% | - |
| XYZ | 69.37 | 81.52 | 74.37 | - |
| YUV | 228.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 212 | 0.14 | 0 | 0.12 | 0.05 | 128.57 | 0.57 | 0.88 |
| Hex | CF | F2 | D4 | E | 0 | C | 5 | 81 | 39 | 58 |
| Octal | 317 | 362 | 324 | 16 | 0 | 14 | 5 | 201 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11010100 | 1110 | 0 | 1100 | 101 | 10000001 | 111001 | 1011000 |
Color Harmonies of #CFF2D4
Complementary color
Monochromatic Colors of #CFF2D4
Black with #CFF2D4
Text Example
Text Example
White with #CFF2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2D4; }
p { color: rgb(207,242,212); }
H1.HeaderClassName
{
color: #CFF2D4;
}
.AnyTagClassName
{
color: #CFF2D4;
}
</style>
background-color css
<style>
a { background-color: #CFF2D4; }
a { background-color: rgb(207,242,212); }
div.DivClassName
{
background-color: #CFF2D4;
}
.BgClassName
{
background-color: #CFF2D4;
}
</style>
border-color css
<style>
span { border-color: #CFF2D4; }
span { border-color: rgb(207,242,212); }
td.TdClassName
{
border-color: #CFF2D4;
}
.TagClassName
{
border-color: #CFF2D4;
}
</style>