Shades of Granny Apple #C0F1CB
Tints of Granny Apple #C0F1CB
RGB
CMYK
RGB Variations
Color information
#C0F1CB (or 0xC0F1CB) is known color: Granny Apple. HEX triplet: C0, F1 and CB. RGB value is (192,241,203). Sum of RGB (Red+Green+Blue) = 192+241+203=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F1CB is #3F0E34. Grayscale: #DEDEDE. Windows color (decimal): -4132405 or 13365696. OLE color: 13365696.
HSL color Cylindrical-coordinate representation of color #C0F1CB: hue angle of 133.47º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F1CB is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 203 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.05 |
| HSL | 133.47º | 0.64% | 0.85% | - |
| HSV(B) | 133.47º | 0.2% | 0.95% | - |
| XYZ | 63.97 | 78.43 | 68.27 | - |
| YUV | 222.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 203 | 0.20 | 0 | 0.16 | 0.05 | 133.47 | 0.64 | 0.85 |
| Hex | C0 | F1 | CB | 14 | 0 | 10 | 5 | 85 | 40 | 55 |
| Octal | 300 | 361 | 313 | 24 | 0 | 20 | 5 | 205 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11001011 | 10100 | 0 | 10000 | 101 | 10000101 | 1000000 | 1010101 |
Color Harmonies of #C0F1CB
Complementary color
Monochromatic Colors of #C0F1CB
Black with #C0F1CB
Text Example
Text Example
White with #C0F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1CB; }
p { color: rgb(192,241,203); }
H1.HeaderClassName
{
color: #C0F1CB;
}
.AnyTagClassName
{
color: #C0F1CB;
}
</style>
background-color css
<style>
a { background-color: #C0F1CB; }
a { background-color: rgb(192,241,203); }
div.DivClassName
{
background-color: #C0F1CB;
}
.BgClassName
{
background-color: #C0F1CB;
}
</style>
border-color css
<style>
span { border-color: #C0F1CB; }
span { border-color: rgb(192,241,203); }
td.TdClassName
{
border-color: #C0F1CB;
}
.TagClassName
{
border-color: #C0F1CB;
}
</style>