Shades of Granny Apple #C0F7CB
Tints of Granny Apple #C0F7CB
RGB
CMYK
RGB Variations
Color information
#C0F7CB (or 0xC0F7CB) is known color: Granny Apple. HEX triplet: C0, F7 and CB. RGB value is (192,247,203). Sum of RGB (Red+Green+Blue) = 192+247+203=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7CB is #3F0834. Grayscale: #E1E1E1. Windows color (decimal): -4130869 or 13367232. OLE color: 13367232.
HSL color Cylindrical-coordinate representation of color #C0F7CB: hue angle of 132º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7CB is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 203 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.03 |
| HSL | 132º | 0.77% | 0.86% | - |
| HSV(B) | 132º | 0.22% | 0.97% | - |
| XYZ | 65.78 | 82.04 | 68.87 | - |
| YUV | 225.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 203 | 0.22 | 0 | 0.18 | 0.03 | 132 | 0.77 | 0.86 |
| Hex | C0 | F7 | CB | 16 | 0 | 12 | 3 | 84 | 4D | 56 |
| Octal | 300 | 367 | 313 | 26 | 0 | 22 | 3 | 204 | 115 | 126 |
| Binary | 11000000 | 11110111 | 11001011 | 10110 | 0 | 10010 | 11 | 10000100 | 1001101 | 1010110 |
Color Harmonies of #C0F7CB
Complementary color
Monochromatic Colors of #C0F7CB
Black with #C0F7CB
Text Example
Text Example
White with #C0F7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7CB; }
p { color: rgb(192,247,203); }
H1.HeaderClassName
{
color: #C0F7CB;
}
.AnyTagClassName
{
color: #C0F7CB;
}
</style>
background-color css
<style>
a { background-color: #C0F7CB; }
a { background-color: rgb(192,247,203); }
div.DivClassName
{
background-color: #C0F7CB;
}
.BgClassName
{
background-color: #C0F7CB;
}
</style>
border-color css
<style>
span { border-color: #C0F7CB; }
span { border-color: rgb(192,247,203); }
td.TdClassName
{
border-color: #C0F7CB;
}
.TagClassName
{
border-color: #C0F7CB;
}
</style>