Shades of Granny Apple #C7FCD6
Tints of Granny Apple #C7FCD6
RGB
CMYK
RGB Variations
Color information
#C7FCD6 (or 0xC7FCD6) is known color: Granny Apple. HEX triplet: C7, FC and D6. RGB value is (199,252,214). Sum of RGB (Red+Green+Blue) = 199+252+214=665 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.92% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FCD6 is #380329. Grayscale: #E7E7E7. Windows color (decimal): -3670826 or 14089415. OLE color: 14089415.
HSL color Cylindrical-coordinate representation of color #C7FCD6: hue angle of 136.98º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FCD6 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 214 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.01 |
| HSL | 136.98º | 0.9% | 0.88% | - |
| HSV(B) | 136.98º | 0.21% | 0.99% | - |
| XYZ | 70.5 | 86.62 | 76.62 | - |
| YUV | 231.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 214 | 0.21 | 0 | 0.15 | 0.01 | 136.98 | 0.9 | 0.88 |
| Hex | C7 | FC | D6 | 15 | 0 | F | 1 | 89 | 5A | 58 |
| Octal | 307 | 374 | 326 | 25 | 0 | 17 | 1 | 211 | 132 | 130 |
| Binary | 11000111 | 11111100 | 11010110 | 10101 | 0 | 1111 | 1 | 10001001 | 1011010 | 1011000 |
Color Harmonies of #C7FCD6
Complementary color
Monochromatic Colors of #C7FCD6
Black with #C7FCD6
Text Example
Text Example
White with #C7FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCD6; }
p { color: rgb(199,252,214); }
H1.HeaderClassName
{
color: #C7FCD6;
}
.AnyTagClassName
{
color: #C7FCD6;
}
</style>
background-color css
<style>
a { background-color: #C7FCD6; }
a { background-color: rgb(199,252,214); }
div.DivClassName
{
background-color: #C7FCD6;
}
.BgClassName
{
background-color: #C7FCD6;
}
</style>
border-color css
<style>
span { border-color: #C7FCD6; }
span { border-color: rgb(199,252,214); }
td.TdClassName
{
border-color: #C7FCD6;
}
.TagClassName
{
border-color: #C7FCD6;
}
</style>