Shades of Granny Apple #C7FDCC
Tints of Granny Apple #C7FDCC
RGB
CMYK
RGB Variations
Color information
#C7FDCC (or 0xC7FDCC) is known color: Granny Apple. HEX triplet: C7, FD and CC. RGB value is (199,253,204). Sum of RGB (Red+Green+Blue) = 199+253+204=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FDCC is #380233. Grayscale: #E7E7E7. Windows color (decimal): -3670580 or 13434311. OLE color: 13434311.
HSL color Cylindrical-coordinate representation of color #C7FDCC: hue angle of 125.56º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDCC is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 253 | 204 | - |
CMYK | 0.21 | 0 | 0.19 | 0.01 |
HSL | 125.56º | 0.93% | 0.89% | - |
HSV(B) | 125.56º | 0.21% | 0.99% | - |
XYZ | 69.58 | 86.75 | 70.2 | - |
YUV | 231.27 | 112.61 | 104.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 253 | 204 | 0.21 | 0 | 0.19 | 0.01 | 125.56 | 0.93 | 0.89 |
Hex | C7 | FD | CC | 15 | 0 | 13 | 1 | 7E | 5D | 59 |
Octal | 307 | 375 | 314 | 25 | 0 | 23 | 1 | 176 | 135 | 131 |
Binary | 11000111 | 11111101 | 11001100 | 10101 | 0 | 10011 | 1 | 1111110 | 1011101 | 1011001 |
Color Harmonies of #C7FDCC
Complementary color
Monochromatic Colors of #C7FDCC
Black with #C7FDCC
Text Example
Text Example
White with #C7FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FDCC; }
p { color: rgb(199,253,204); }
H1.HeaderClassName
{
color: #C7FDCC;
}
.AnyTagClassName
{
color: #C7FDCC;
}
</style>
background-color css
<style>
a { background-color: #C7FDCC; }
a { background-color: rgb(199,253,204); }
div.DivClassName
{
background-color: #C7FDCC;
}
.BgClassName
{
background-color: #C7FDCC;
}
</style>
border-color css
<style>
span { border-color: #C7FDCC; }
span { border-color: rgb(199,253,204); }
td.TdClassName
{
border-color: #C7FDCC;
}
.TagClassName
{
border-color: #C7FDCC;
}
</style>