Shades of Granny Apple #C7FCD8
Tints of Granny Apple #C7FCD8
RGB
CMYK
RGB Variations
Color information
#C7FCD8 (or 0xC7FCD8) is known color: Granny Apple. HEX triplet: C7, FC and D8. RGB value is (199,252,216). Sum of RGB (Red+Green+Blue) = 199+252+216=667 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.84% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 216 (84.77% from 255 or 32.38% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FCD8 is #380327. Grayscale: #E8E8E8. Windows color (decimal): -3670824 or 14220487. OLE color: 14220487.
HSL color Cylindrical-coordinate representation of color #C7FCD8: hue angle of 139.25º 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 #C7FCD8 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 252 | 216 | - |
CMYK | 0.21 | 0 | 0.14 | 0.01 |
HSL | 139.25º | 0.9% | 0.88% | - |
HSV(B) | 139.25º | 0.21% | 0.99% | - |
XYZ | 70.76 | 86.72 | 77.98 | - |
YUV | 232.05 | 118.94 | 104.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 252 | 216 | 0.21 | 0 | 0.14 | 0.01 | 139.25 | 0.9 | 0.88 |
Hex | C7 | FC | D8 | 15 | 0 | E | 1 | 8B | 5A | 58 |
Octal | 307 | 374 | 330 | 25 | 0 | 16 | 1 | 213 | 132 | 130 |
Binary | 11000111 | 11111100 | 11011000 | 10101 | 0 | 1110 | 1 | 10001011 | 1011010 | 1011000 |
Color Harmonies of #C7FCD8
Complementary color
Monochromatic Colors of #C7FCD8
Black with #C7FCD8
Text Example
Text Example
White with #C7FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCD8; }
p { color: rgb(199,252,216); }
H1.HeaderClassName
{
color: #C7FCD8;
}
.AnyTagClassName
{
color: #C7FCD8;
}
</style>
background-color css
<style>
a { background-color: #C7FCD8; }
a { background-color: rgb(199,252,216); }
div.DivClassName
{
background-color: #C7FCD8;
}
.BgClassName
{
background-color: #C7FCD8;
}
</style>
border-color css
<style>
span { border-color: #C7FCD8; }
span { border-color: rgb(199,252,216); }
td.TdClassName
{
border-color: #C7FCD8;
}
.TagClassName
{
border-color: #C7FCD8;
}
</style>