Shades of Granny Apple #C5FDCC
Tints of Granny Apple #C5FDCC
RGB
CMYK
RGB Variations
Color information
#C5FDCC (or 0xC5FDCC) is known color: Granny Apple. HEX triplet: C5, FD and CC. RGB value is (197,253,204). Sum of RGB (Red+Green+Blue) = 197+253+204=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDCC is #3A0233. Grayscale: #E6E6E6. Windows color (decimal): -3801652 or 13434309. OLE color: 13434309.
HSL color Cylindrical-coordinate representation of color #C5FDCC: hue angle of 127.5º degrees, saturation: 0.93, 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 #C5FDCC is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 204 | - |
CMYK | 0.22 | 0 | 0.19 | 0.01 |
HSL | 127.5º | 0.93% | 0.88% | - |
HSV(B) | 127.5º | 0.22% | 0.99% | - |
XYZ | 69.05 | 86.48 | 70.18 | - |
YUV | 230.67 | 112.95 | 103.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 204 | 0.22 | 0 | 0.19 | 0.01 | 127.5 | 0.93 | 0.88 |
Hex | C5 | FD | CC | 16 | 0 | 13 | 1 | 80 | 5D | 58 |
Octal | 305 | 375 | 314 | 26 | 0 | 23 | 1 | 200 | 135 | 130 |
Binary | 11000101 | 11111101 | 11001100 | 10110 | 0 | 10011 | 1 | 10000000 | 1011101 | 1011000 |
Color Harmonies of #C5FDCC
Complementary color
Monochromatic Colors of #C5FDCC
Black with #C5FDCC
Text Example
Text Example
White with #C5FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDCC; }
p { color: rgb(197,253,204); }
H1.HeaderClassName
{
color: #C5FDCC;
}
.AnyTagClassName
{
color: #C5FDCC;
}
</style>
background-color css
<style>
a { background-color: #C5FDCC; }
a { background-color: rgb(197,253,204); }
div.DivClassName
{
background-color: #C5FDCC;
}
.BgClassName
{
background-color: #C5FDCC;
}
</style>
border-color css
<style>
span { border-color: #C5FDCC; }
span { border-color: rgb(197,253,204); }
td.TdClassName
{
border-color: #C5FDCC;
}
.TagClassName
{
border-color: #C5FDCC;
}
</style>