Shades of Granny Apple #C0FCD2
Tints of Granny Apple #C0FCD2
RGB
CMYK
RGB Variations
Color information
#C0FCD2 (or 0xC0FCD2) is known color: Granny Apple. HEX triplet: C0, FC and D2. RGB value is (192,252,210). Sum of RGB (Red+Green+Blue) = 192+252+210=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCD2 is #3F032D. Grayscale: #E5E5E5. Windows color (decimal): -4129582 or 13827264. OLE color: 13827264.
HSL color Cylindrical-coordinate representation of color #C0FCD2: hue angle of 138º 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 #C0FCD2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 210 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.01 |
| HSL | 138º | 0.91% | 0.87% | - |
| HSV(B) | 138º | 0.24% | 0.99% | - |
| XYZ | 68.18 | 85.48 | 73.88 | - |
| YUV | 229.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 210 | 0.24 | 0 | 0.17 | 0.01 | 138 | 0.91 | 0.87 |
| Hex | C0 | FC | D2 | 18 | 0 | 11 | 1 | 8A | 5B | 57 |
| Octal | 300 | 374 | 322 | 30 | 0 | 21 | 1 | 212 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11010010 | 11000 | 0 | 10001 | 1 | 10001010 | 1011011 | 1010111 |
Color Harmonies of #C0FCD2
Complementary color
Monochromatic Colors of #C0FCD2
Black with #C0FCD2
Text Example
Text Example
White with #C0FCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCD2; }
p { color: rgb(192,252,210); }
H1.HeaderClassName
{
color: #C0FCD2;
}
.AnyTagClassName
{
color: #C0FCD2;
}
</style>
background-color css
<style>
a { background-color: #C0FCD2; }
a { background-color: rgb(192,252,210); }
div.DivClassName
{
background-color: #C0FCD2;
}
.BgClassName
{
background-color: #C0FCD2;
}
</style>
border-color css
<style>
span { border-color: #C0FCD2; }
span { border-color: rgb(192,252,210); }
td.TdClassName
{
border-color: #C0FCD2;
}
.TagClassName
{
border-color: #C0FCD2;
}
</style>