Shades of Granny Apple #C5FCCD
Tints of Granny Apple #C5FCCD
RGB
CMYK
RGB Variations
Color information
#C5FCCD (or 0xC5FCCD) is known color: Granny Apple. HEX triplet: C5, FC and CD. RGB value is (197,252,205). Sum of RGB (Red+Green+Blue) = 197+252+205=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FCCD is #3A0332. Grayscale: #E6E6E6. Windows color (decimal): -3801907 or 13499589. OLE color: 13499589.
HSL color Cylindrical-coordinate representation of color #C5FCCD: hue angle of 128.73º 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 #C5FCCD is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 205 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.01 |
| HSL | 128.73º | 0.9% | 0.88% | - |
| HSV(B) | 128.73º | 0.22% | 0.99% | - |
| XYZ | 68.86 | 85.9 | 70.71 | - |
| YUV | 230.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 205 | 0.22 | 0 | 0.19 | 0.01 | 128.73 | 0.9 | 0.88 |
| Hex | C5 | FC | CD | 16 | 0 | 13 | 1 | 81 | 5A | 58 |
| Octal | 305 | 374 | 315 | 26 | 0 | 23 | 1 | 201 | 132 | 130 |
| Binary | 11000101 | 11111100 | 11001101 | 10110 | 0 | 10011 | 1 | 10000001 | 1011010 | 1011000 |
Color Harmonies of #C5FCCD
Complementary color
Monochromatic Colors of #C5FCCD
Black with #C5FCCD
Text Example
Text Example
White with #C5FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCCD; }
p { color: rgb(197,252,205); }
H1.HeaderClassName
{
color: #C5FCCD;
}
.AnyTagClassName
{
color: #C5FCCD;
}
</style>
background-color css
<style>
a { background-color: #C5FCCD; }
a { background-color: rgb(197,252,205); }
div.DivClassName
{
background-color: #C5FCCD;
}
.BgClassName
{
background-color: #C5FCCD;
}
</style>
border-color css
<style>
span { border-color: #C5FCCD; }
span { border-color: rgb(197,252,205); }
td.TdClassName
{
border-color: #C5FCCD;
}
.TagClassName
{
border-color: #C5FCCD;
}
</style>