Shades of Granny Apple #C0F9CB
Tints of Granny Apple #C0F9CB
RGB
CMYK
RGB Variations
Color information
#C0F9CB (or 0xC0F9CB) is known color: Granny Apple. HEX triplet: C0, F9 and CB. RGB value is (192,249,203). Sum of RGB (Red+Green+Blue) = 192+249+203=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F9CB is #3F0634. Grayscale: #E2E2E2. Windows color (decimal): -4130357 or 13367744. OLE color: 13367744.
HSL color Cylindrical-coordinate representation of color #C0F9CB: hue angle of 131.58º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F9CB is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 203 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.02 |
| HSL | 131.58º | 0.83% | 0.86% | - |
| HSV(B) | 131.58º | 0.23% | 0.98% | - |
| XYZ | 66.39 | 83.27 | 69.07 | - |
| YUV | 226.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 203 | 0.23 | 0 | 0.18 | 0.02 | 131.58 | 0.83 | 0.86 |
| Hex | C0 | F9 | CB | 17 | 0 | 12 | 2 | 84 | 53 | 56 |
| Octal | 300 | 371 | 313 | 27 | 0 | 22 | 2 | 204 | 123 | 126 |
| Binary | 11000000 | 11111001 | 11001011 | 10111 | 0 | 10010 | 10 | 10000100 | 1010011 | 1010110 |
Color Harmonies of #C0F9CB
Complementary color
Monochromatic Colors of #C0F9CB
Black with #C0F9CB
Text Example
Text Example
White with #C0F9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9CB; }
p { color: rgb(192,249,203); }
H1.HeaderClassName
{
color: #C0F9CB;
}
.AnyTagClassName
{
color: #C0F9CB;
}
</style>
background-color css
<style>
a { background-color: #C0F9CB; }
a { background-color: rgb(192,249,203); }
div.DivClassName
{
background-color: #C0F9CB;
}
.BgClassName
{
background-color: #C0F9CB;
}
</style>
border-color css
<style>
span { border-color: #C0F9CB; }
span { border-color: rgb(192,249,203); }
td.TdClassName
{
border-color: #C0F9CB;
}
.TagClassName
{
border-color: #C0F9CB;
}
</style>