Shades of Granny Apple #C0F5CB
Tints of Granny Apple #C0F5CB
RGB
CMYK
RGB Variations
Color information
#C0F5CB (or 0xC0F5CB) is known color: Granny Apple. HEX triplet: C0, F5 and CB. RGB value is (192,245,203). Sum of RGB (Red+Green+Blue) = 192+245+203=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5CB is #3F0A34. Grayscale: #E0E0E0. Windows color (decimal): -4131381 or 13366720. OLE color: 13366720.
HSL color Cylindrical-coordinate representation of color #C0F5CB: hue angle of 132.45º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5CB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 203 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.04 |
| HSL | 132.45º | 0.73% | 0.86% | - |
| HSV(B) | 132.45º | 0.22% | 0.96% | - |
| XYZ | 65.17 | 80.82 | 68.67 | - |
| YUV | 224.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 203 | 0.22 | 0 | 0.17 | 0.04 | 132.45 | 0.73 | 0.86 |
| Hex | C0 | F5 | CB | 16 | 0 | 11 | 4 | 84 | 49 | 56 |
| Octal | 300 | 365 | 313 | 26 | 0 | 21 | 4 | 204 | 111 | 126 |
| Binary | 11000000 | 11110101 | 11001011 | 10110 | 0 | 10001 | 100 | 10000100 | 1001001 | 1010110 |
Color Harmonies of #C0F5CB
Complementary color
Monochromatic Colors of #C0F5CB
Black with #C0F5CB
Text Example
Text Example
White with #C0F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5CB; }
p { color: rgb(192,245,203); }
H1.HeaderClassName
{
color: #C0F5CB;
}
.AnyTagClassName
{
color: #C0F5CB;
}
</style>
background-color css
<style>
a { background-color: #C0F5CB; }
a { background-color: rgb(192,245,203); }
div.DivClassName
{
background-color: #C0F5CB;
}
.BgClassName
{
background-color: #C0F5CB;
}
</style>
border-color css
<style>
span { border-color: #C0F5CB; }
span { border-color: rgb(192,245,203); }
td.TdClassName
{
border-color: #C0F5CB;
}
.TagClassName
{
border-color: #C0F5CB;
}
</style>