Shades of Granny Apple #C5F3CC
Tints of Granny Apple #C5F3CC
RGB
CMYK
RGB Variations
Color information
#C5F3CC (or 0xC5F3CC) is known color: Granny Apple. HEX triplet: C5, F3 and CC. RGB value is (197,243,204). Sum of RGB (Red+Green+Blue) = 197+243+204=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F3CC is #3A0C33. Grayscale: #E0E0E0. Windows color (decimal): -3804212 or 13431749. OLE color: 13431749.
HSL color Cylindrical-coordinate representation of color #C5F3CC: hue angle of 129.13º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F3CC is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 204 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.05 |
| HSL | 129.13º | 0.66% | 0.86% | - |
| HSV(B) | 129.13º | 0.19% | 0.95% | - |
| XYZ | 65.98 | 80.33 | 69.15 | - |
| YUV | 224.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 204 | 0.19 | 0 | 0.16 | 0.05 | 129.13 | 0.66 | 0.86 |
| Hex | C5 | F3 | CC | 13 | 0 | 10 | 5 | 81 | 42 | 56 |
| Octal | 305 | 363 | 314 | 23 | 0 | 20 | 5 | 201 | 102 | 126 |
| Binary | 11000101 | 11110011 | 11001100 | 10011 | 0 | 10000 | 101 | 10000001 | 1000010 | 1010110 |
Color Harmonies of #C5F3CC
Complementary color
Monochromatic Colors of #C5F3CC
Black with #C5F3CC
Text Example
Text Example
White with #C5F3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F3CC; }
p { color: rgb(197,243,204); }
H1.HeaderClassName
{
color: #C5F3CC;
}
.AnyTagClassName
{
color: #C5F3CC;
}
</style>
background-color css
<style>
a { background-color: #C5F3CC; }
a { background-color: rgb(197,243,204); }
div.DivClassName
{
background-color: #C5F3CC;
}
.BgClassName
{
background-color: #C5F3CC;
}
</style>
border-color css
<style>
span { border-color: #C5F3CC; }
span { border-color: rgb(197,243,204); }
td.TdClassName
{
border-color: #C5F3CC;
}
.TagClassName
{
border-color: #C5F3CC;
}
</style>