Shades of Granny Apple #C0FCC2
Tints of Granny Apple #C0FCC2
RGB
CMYK
RGB Variations
Color information
#C0FCC2 (or 0xC0FCC2) is known color: Granny Apple. HEX triplet: C0, FC and C2. RGB value is (192,252,194). Sum of RGB (Red+Green+Blue) = 192+252+194=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCC2 is #3F033D. Grayscale: #E3E3E3. Windows color (decimal): -4129598 or 12778688. OLE color: 12778688.
HSL color Cylindrical-coordinate representation of color #C0FCC2: hue angle of 122º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCC2 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 194 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.01 |
| HSL | 122º | 0.91% | 0.87% | - |
| HSV(B) | 122º | 0.24% | 0.99% | - |
| XYZ | 66.29 | 84.72 | 63.9 | - |
| YUV | 227.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 194 | 0.24 | 0 | 0.23 | 0.01 | 122 | 0.91 | 0.87 |
| Hex | C0 | FC | C2 | 18 | 0 | 17 | 1 | 7A | 5B | 57 |
| Octal | 300 | 374 | 302 | 30 | 0 | 27 | 1 | 172 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11000010 | 11000 | 0 | 10111 | 1 | 1111010 | 1011011 | 1010111 |
Color Harmonies of #C0FCC2
Complementary color
Monochromatic Colors of #C0FCC2
Black with #C0FCC2
Text Example
Text Example
White with #C0FCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCC2; }
p { color: rgb(192,252,194); }
H1.HeaderClassName
{
color: #C0FCC2;
}
.AnyTagClassName
{
color: #C0FCC2;
}
</style>
background-color css
<style>
a { background-color: #C0FCC2; }
a { background-color: rgb(192,252,194); }
div.DivClassName
{
background-color: #C0FCC2;
}
.BgClassName
{
background-color: #C0FCC2;
}
</style>
border-color css
<style>
span { border-color: #C0FCC2; }
span { border-color: rgb(192,252,194); }
td.TdClassName
{
border-color: #C0FCC2;
}
.TagClassName
{
border-color: #C0FCC2;
}
</style>