Shades of Granny Apple #C0FED0
Tints of Granny Apple #C0FED0
RGB
CMYK
RGB Variations
Color information
#C0FED0 (or 0xC0FED0) is known color: Granny Apple. HEX triplet: C0, FE and D0. RGB value is (192,254,208). Sum of RGB (Red+Green+Blue) = 192+254+208=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FED0 is #3F012F. Grayscale: #E6E6E6. Windows color (decimal): -4129072 or 13696704. OLE color: 13696704.
HSL color Cylindrical-coordinate representation of color #C0FED0: hue angle of 135.48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FED0 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 192 | 254 | 208 | - |
CMYK | 0.24 | 0 | 0.18 | 0.00 |
HSL | 135.48º | 0.97% | 0.87% | - |
HSV(B) | 135.48º | 0.24% | 1% | - |
XYZ | 68.57 | 86.64 | 72.78 | - |
YUV | 230.22 | 115.46 | 100.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 254 | 208 | 0.24 | 0 | 0.18 | 0.00 | 135.48 | 0.97 | 0.87 |
Hex | C0 | FE | D0 | 18 | 0 | 12 | 0 | 87 | 61 | 57 |
Octal | 300 | 376 | 320 | 30 | 0 | 22 | 0 | 207 | 141 | 127 |
Binary | 11000000 | 11111110 | 11010000 | 11000 | 0 | 10010 | 0 | 10000111 | 1100001 | 1010111 |
Color Harmonies of #C0FED0
Complementary color
Monochromatic Colors of #C0FED0
Black with #C0FED0
Text Example
Text Example
White with #C0FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FED0; }
p { color: rgb(192,254,208); }
H1.HeaderClassName
{
color: #C0FED0;
}
.AnyTagClassName
{
color: #C0FED0;
}
</style>
background-color css
<style>
a { background-color: #C0FED0; }
a { background-color: rgb(192,254,208); }
div.DivClassName
{
background-color: #C0FED0;
}
.BgClassName
{
background-color: #C0FED0;
}
</style>
border-color css
<style>
span { border-color: #C0FED0; }
span { border-color: rgb(192,254,208); }
td.TdClassName
{
border-color: #C0FED0;
}
.TagClassName
{
border-color: #C0FED0;
}
</style>