Shades of Granny Apple #C4F2CF
Tints of Granny Apple #C4F2CF
RGB
CMYK
RGB Variations
Color information
#C4F2CF (or 0xC4F2CF) is known color: Granny Apple. HEX triplet: C4, F2 and CF. RGB value is (196,242,207). Sum of RGB (Red+Green+Blue) = 196+242+207=645 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.39% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F2CF is #3B0D30. Grayscale: #E0E0E0. Windows color (decimal): -3870001 or 13628100. OLE color: 13628100.
HSL color Cylindrical-coordinate representation of color #C4F2CF: hue angle of 134.35º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4F2CF is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 242 | 207 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.05 |
| HSL | 134.35º | 0.64% | 0.86% | - |
| HSV(B) | 134.35º | 0.19% | 0.95% | - |
| XYZ | 65.78 | 79.75 | 70.96 | - |
| YUV | 224.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 242 | 207 | 0.19 | 0 | 0.14 | 0.05 | 134.35 | 0.64 | 0.86 |
| Hex | C4 | F2 | CF | 13 | 0 | E | 5 | 86 | 40 | 56 |
| Octal | 304 | 362 | 317 | 23 | 0 | 16 | 5 | 206 | 100 | 126 |
| Binary | 11000100 | 11110010 | 11001111 | 10011 | 0 | 1110 | 101 | 10000110 | 1000000 | 1010110 |
Color Harmonies of #C4F2CF
Complementary color
Monochromatic Colors of #C4F2CF
Black with #C4F2CF
Text Example
Text Example
White with #C4F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F2CF; }
p { color: rgb(196,242,207); }
H1.HeaderClassName
{
color: #C4F2CF;
}
.AnyTagClassName
{
color: #C4F2CF;
}
</style>
background-color css
<style>
a { background-color: #C4F2CF; }
a { background-color: rgb(196,242,207); }
div.DivClassName
{
background-color: #C4F2CF;
}
.BgClassName
{
background-color: #C4F2CF;
}
</style>
border-color css
<style>
span { border-color: #C4F2CF; }
span { border-color: rgb(196,242,207); }
td.TdClassName
{
border-color: #C4F2CF;
}
.TagClassName
{
border-color: #C4F2CF;
}
</style>