Shades of Granny Apple #C5FCCC
Tints of Granny Apple #C5FCCC
RGB
CMYK
RGB Variations
Color information
#C5FCCC (or 0xC5FCCC) is known color: Granny Apple. HEX triplet: C5, FC and CC. RGB value is (197,252,204). Sum of RGB (Red+Green+Blue) = 197+252+204=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FCCC is #3A0333. Grayscale: #E6E6E6. Windows color (decimal): -3801908 or 13434053. OLE color: 13434053.
HSL color Cylindrical-coordinate representation of color #C5FCCC: hue angle of 127.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FCCC is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 252 | 204 | - |
CMYK | 0.22 | 0 | 0.19 | 0.01 |
HSL | 127.64º | 0.9% | 0.88% | - |
HSV(B) | 127.64º | 0.22% | 0.99% | - |
XYZ | 68.74 | 85.85 | 70.07 | - |
YUV | 230.08 | 113.28 | 104.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 252 | 204 | 0.22 | 0 | 0.19 | 0.01 | 127.64 | 0.9 | 0.88 |
Hex | C5 | FC | CC | 16 | 0 | 13 | 1 | 80 | 5A | 58 |
Octal | 305 | 374 | 314 | 26 | 0 | 23 | 1 | 200 | 132 | 130 |
Binary | 11000101 | 11111100 | 11001100 | 10110 | 0 | 10011 | 1 | 10000000 | 1011010 | 1011000 |
Color Harmonies of #C5FCCC
Complementary color
Monochromatic Colors of #C5FCCC
Black with #C5FCCC
Text Example
Text Example
White with #C5FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCCC; }
p { color: rgb(197,252,204); }
H1.HeaderClassName
{
color: #C5FCCC;
}
.AnyTagClassName
{
color: #C5FCCC;
}
</style>
background-color css
<style>
a { background-color: #C5FCCC; }
a { background-color: rgb(197,252,204); }
div.DivClassName
{
background-color: #C5FCCC;
}
.BgClassName
{
background-color: #C5FCCC;
}
</style>
border-color css
<style>
span { border-color: #C5FCCC; }
span { border-color: rgb(197,252,204); }
td.TdClassName
{
border-color: #C5FCCC;
}
.TagClassName
{
border-color: #C5FCCC;
}
</style>