Shades of Granny Apple #C0FDD3
Tints of Granny Apple #C0FDD3
RGB
CMYK
RGB Variations
Color information
#C0FDD3 (or 0xC0FDD3) is known color: Granny Apple. HEX triplet: C0, FD and D3. RGB value is (192,253,211). Sum of RGB (Red+Green+Blue) = 192+253+211=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDD3 is #3F022C. Grayscale: #E6E6E6. Windows color (decimal): -4129325 or 13893056. OLE color: 13893056.
HSL color Cylindrical-coordinate representation of color #C0FDD3: hue angle of 138.69º 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 #C0FDD3 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 211 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.01 |
| HSL | 138.69º | 0.94% | 0.87% | - |
| HSV(B) | 138.69º | 0.24% | 0.99% | - |
| XYZ | 68.62 | 86.16 | 74.64 | - |
| YUV | 229.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 211 | 0.24 | 0 | 0.17 | 0.01 | 138.69 | 0.94 | 0.87 |
| Hex | C0 | FD | D3 | 18 | 0 | 11 | 1 | 8B | 5E | 57 |
| Octal | 300 | 375 | 323 | 30 | 0 | 21 | 1 | 213 | 136 | 127 |
| Binary | 11000000 | 11111101 | 11010011 | 11000 | 0 | 10001 | 1 | 10001011 | 1011110 | 1010111 |
Color Harmonies of #C0FDD3
Complementary color
Monochromatic Colors of #C0FDD3
Black with #C0FDD3
Text Example
Text Example
White with #C0FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDD3; }
p { color: rgb(192,253,211); }
H1.HeaderClassName
{
color: #C0FDD3;
}
.AnyTagClassName
{
color: #C0FDD3;
}
</style>
background-color css
<style>
a { background-color: #C0FDD3; }
a { background-color: rgb(192,253,211); }
div.DivClassName
{
background-color: #C0FDD3;
}
.BgClassName
{
background-color: #C0FDD3;
}
</style>
border-color css
<style>
span { border-color: #C0FDD3; }
span { border-color: rgb(192,253,211); }
td.TdClassName
{
border-color: #C0FDD3;
}
.TagClassName
{
border-color: #C0FDD3;
}
</style>