Shades of Granny Apple #C7FCCC
Tints of Granny Apple #C7FCCC
RGB
CMYK
RGB Variations
Color information
#C7FCCC (or 0xC7FCCC) is known color: Granny Apple. HEX triplet: C7, FC and CC. RGB value is (199,252,204). Sum of RGB (Red+Green+Blue) = 199+252+204=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FCCC is #380333. Grayscale: #E6E6E6. Windows color (decimal): -3670836 or 13434055. OLE color: 13434055.
HSL color Cylindrical-coordinate representation of color #C7FCCC: hue angle of 125.66º 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 #C7FCCC is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 252 | 204 | - |
CMYK | 0.21 | 0 | 0.19 | 0.01 |
HSL | 125.66º | 0.9% | 0.88% | - |
HSV(B) | 125.66º | 0.21% | 0.99% | - |
XYZ | 69.26 | 86.12 | 70.1 | - |
YUV | 230.68 | 112.94 | 105.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 252 | 204 | 0.21 | 0 | 0.19 | 0.01 | 125.66 | 0.9 | 0.88 |
Hex | C7 | FC | CC | 15 | 0 | 13 | 1 | 7E | 5A | 58 |
Octal | 307 | 374 | 314 | 25 | 0 | 23 | 1 | 176 | 132 | 130 |
Binary | 11000111 | 11111100 | 11001100 | 10101 | 0 | 10011 | 1 | 1111110 | 1011010 | 1011000 |
Color Harmonies of #C7FCCC
Complementary color
Monochromatic Colors of #C7FCCC
Black with #C7FCCC
Text Example
Text Example
White with #C7FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCCC; }
p { color: rgb(199,252,204); }
H1.HeaderClassName
{
color: #C7FCCC;
}
.AnyTagClassName
{
color: #C7FCCC;
}
</style>
background-color css
<style>
a { background-color: #C7FCCC; }
a { background-color: rgb(199,252,204); }
div.DivClassName
{
background-color: #C7FCCC;
}
.BgClassName
{
background-color: #C7FCCC;
}
</style>
border-color css
<style>
span { border-color: #C7FCCC; }
span { border-color: rgb(199,252,204); }
td.TdClassName
{
border-color: #C7FCCC;
}
.TagClassName
{
border-color: #C7FCCC;
}
</style>