Shades of Granny Apple #C0FFCC
Tints of Granny Apple #C0FFCC
RGB
CMYK
RGB Variations
Color information
#C0FFCC (or 0xC0FFCC) is known color: Granny Apple. HEX triplet: C0, FF and CC. RGB value is (192,255,204). Sum of RGB (Red+Green+Blue) = 192+255+204=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFCC is #3F0033. Grayscale: #E6E6E6. Windows color (decimal): -4128820 or 13434816. OLE color: 13434816.
HSL color Cylindrical-coordinate representation of color #C0FFCC: hue angle of 131.43º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFCC is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 204 | - |
CMYK | 0.25 | 0 | 0.2 | 0 |
HSL | 131.43º | 1% | 0.88% | - |
HSV(B) | 131.43º | 0.25% | 1% | - |
XYZ | 68.4 | 87.09 | 70.33 | - |
YUV | 230.35 | 113.13 | 100.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 204 | 0.25 | 0 | 0.2 | 0 | 131.43 | 1 | 0.88 |
Hex | C0 | FF | CC | 19 | 0 | 14 | 0 | 83 | 64 | 58 |
Octal | 300 | 377 | 314 | 31 | 0 | 24 | 0 | 203 | 144 | 130 |
Binary | 11000000 | 11111111 | 11001100 | 11001 | 0 | 10100 | 0 | 10000011 | 1100100 | 1011000 |
Color Harmonies of #C0FFCC
Complementary color
Monochromatic Colors of #C0FFCC
Black with #C0FFCC
Text Example
Text Example
White with #C0FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFCC; }
p { color: rgb(192,255,204); }
H1.HeaderClassName
{
color: #C0FFCC;
}
.AnyTagClassName
{
color: #C0FFCC;
}
</style>
background-color css
<style>
a { background-color: #C0FFCC; }
a { background-color: rgb(192,255,204); }
div.DivClassName
{
background-color: #C0FFCC;
}
.BgClassName
{
background-color: #C0FFCC;
}
</style>
border-color css
<style>
span { border-color: #C0FFCC; }
span { border-color: rgb(192,255,204); }
td.TdClassName
{
border-color: #C0FFCC;
}
.TagClassName
{
border-color: #C0FFCC;
}
</style>