Shades of Granny Apple #C0FDD2
Tints of Granny Apple #C0FDD2
RGB
CMYK
RGB Variations
Color information
#C0FDD2 (or 0xC0FDD2) is known color: Granny Apple. HEX triplet: C0, FD and D2. RGB value is (192,253,210). Sum of RGB (Red+Green+Blue) = 192+253+210=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDD2 is #3F022D. Grayscale: #E5E5E5. Windows color (decimal): -4129326 or 13827520. OLE color: 13827520.
HSL color Cylindrical-coordinate representation of color #C0FDD2: hue angle of 137.7º degrees, saturation: 0.94, 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 #C0FDD2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 210 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.01 |
| HSL | 137.7º | 0.94% | 0.87% | - |
| HSV(B) | 137.7º | 0.24% | 0.99% | - |
| XYZ | 68.5 | 86.11 | 73.98 | - |
| YUV | 229.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 210 | 0.24 | 0 | 0.17 | 0.01 | 137.7 | 0.94 | 0.87 |
| Hex | C0 | FD | D2 | 18 | 0 | 11 | 1 | 8A | 5E | 57 |
| Octal | 300 | 375 | 322 | 30 | 0 | 21 | 1 | 212 | 136 | 127 |
| Binary | 11000000 | 11111101 | 11010010 | 11000 | 0 | 10001 | 1 | 10001010 | 1011110 | 1010111 |
Color Harmonies of #C0FDD2
Complementary color
Monochromatic Colors of #C0FDD2
Black with #C0FDD2
Text Example
Text Example
White with #C0FDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDD2; }
p { color: rgb(192,253,210); }
H1.HeaderClassName
{
color: #C0FDD2;
}
.AnyTagClassName
{
color: #C0FDD2;
}
</style>
background-color css
<style>
a { background-color: #C0FDD2; }
a { background-color: rgb(192,253,210); }
div.DivClassName
{
background-color: #C0FDD2;
}
.BgClassName
{
background-color: #C0FDD2;
}
</style>
border-color css
<style>
span { border-color: #C0FDD2; }
span { border-color: rgb(192,253,210); }
td.TdClassName
{
border-color: #C0FDD2;
}
.TagClassName
{
border-color: #C0FDD2;
}
</style>