Shades of Granny Apple #C2F5CB
Tints of Granny Apple #C2F5CB
RGB
CMYK
RGB Variations
Color information
#C2F5CB (or 0xC2F5CB) is known color: Granny Apple. HEX triplet: C2, F5 and CB. RGB value is (194,245,203). Sum of RGB (Red+Green+Blue) = 194+245+203=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5CB is #3D0A34. Grayscale: #E1E1E1. Windows color (decimal): -4000309 or 13366722. OLE color: 13366722.
HSL color Cylindrical-coordinate representation of color #C2F5CB: hue angle of 130.59º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F5CB is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 203 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.04 |
| HSL | 130.59º | 0.72% | 0.86% | - |
| HSV(B) | 130.59º | 0.21% | 0.96% | - |
| XYZ | 65.68 | 81.09 | 68.69 | - |
| YUV | 224.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 203 | 0.21 | 0 | 0.17 | 0.04 | 130.59 | 0.72 | 0.86 |
| Hex | C2 | F5 | CB | 15 | 0 | 11 | 4 | 83 | 48 | 56 |
| Octal | 302 | 365 | 313 | 25 | 0 | 21 | 4 | 203 | 110 | 126 |
| Binary | 11000010 | 11110101 | 11001011 | 10101 | 0 | 10001 | 100 | 10000011 | 1001000 | 1010110 |
Color Harmonies of #C2F5CB
Complementary color
Monochromatic Colors of #C2F5CB
Black with #C2F5CB
Text Example
Text Example
White with #C2F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5CB; }
p { color: rgb(194,245,203); }
H1.HeaderClassName
{
color: #C2F5CB;
}
.AnyTagClassName
{
color: #C2F5CB;
}
</style>
background-color css
<style>
a { background-color: #C2F5CB; }
a { background-color: rgb(194,245,203); }
div.DivClassName
{
background-color: #C2F5CB;
}
.BgClassName
{
background-color: #C2F5CB;
}
</style>
border-color css
<style>
span { border-color: #C2F5CB; }
span { border-color: rgb(194,245,203); }
td.TdClassName
{
border-color: #C2F5CB;
}
.TagClassName
{
border-color: #C2F5CB;
}
</style>