Shades of Granny Apple #C0FECE
Tints of Granny Apple #C0FECE
RGB
CMYK
RGB Variations
Color information
#C0FECE (or 0xC0FECE) is known color: Granny Apple. HEX triplet: C0, FE and CE. RGB value is (192,254,206). Sum of RGB (Red+Green+Blue) = 192+254+206=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FECE is #3F0131. Grayscale: #E6E6E6. Windows color (decimal): -4129074 or 13565632. OLE color: 13565632.
HSL color Cylindrical-coordinate representation of color #C0FECE: hue angle of 133.55º 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 #C0FECE is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 192 | 254 | 206 | - |
CMYK | 0.24 | 0 | 0.19 | 0.00 |
HSL | 133.55º | 0.97% | 0.87% | - |
HSV(B) | 133.55º | 0.24% | 1% | - |
XYZ | 68.32 | 86.55 | 71.5 | - |
YUV | 229.99 | 114.46 | 100.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 254 | 206 | 0.24 | 0 | 0.19 | 0.00 | 133.55 | 0.97 | 0.87 |
Hex | C0 | FE | CE | 18 | 0 | 13 | 0 | 86 | 61 | 57 |
Octal | 300 | 376 | 316 | 30 | 0 | 23 | 0 | 206 | 141 | 127 |
Binary | 11000000 | 11111110 | 11001110 | 11000 | 0 | 10011 | 0 | 10000110 | 1100001 | 1010111 |
Color Harmonies of #C0FECE
Complementary color
Monochromatic Colors of #C0FECE
Black with #C0FECE
Text Example
Text Example
White with #C0FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FECE; }
p { color: rgb(192,254,206); }
H1.HeaderClassName
{
color: #C0FECE;
}
.AnyTagClassName
{
color: #C0FECE;
}
</style>
background-color css
<style>
a { background-color: #C0FECE; }
a { background-color: rgb(192,254,206); }
div.DivClassName
{
background-color: #C0FECE;
}
.BgClassName
{
background-color: #C0FECE;
}
</style>
border-color css
<style>
span { border-color: #C0FECE; }
span { border-color: rgb(192,254,206); }
td.TdClassName
{
border-color: #C0FECE;
}
.TagClassName
{
border-color: #C0FECE;
}
</style>