Shades of Granny Apple #C0FFCA
Tints of Granny Apple #C0FFCA
RGB
CMYK
RGB Variations
Color information
#C0FFCA (or 0xC0FFCA) is known color: Granny Apple. HEX triplet: C0, FF and CA. RGB value is (192,255,202). Sum of RGB (Red+Green+Blue) = 192+255+202=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFCA is #3F0035. Grayscale: #E6E6E6. Windows color (decimal): -4128822 or 13303744. OLE color: 13303744.
HSL color Cylindrical-coordinate representation of color #C0FFCA: hue angle of 129.52º 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 #C0FFCA is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 202 | - |
CMYK | 0.25 | 0 | 0.21 | 0 |
HSL | 129.52º | 1% | 0.88% | - |
HSV(B) | 129.52º | 0.25% | 1% | - |
XYZ | 68.16 | 86.99 | 69.08 | - |
YUV | 230.12 | 112.13 | 100.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 202 | 0.25 | 0 | 0.21 | 0 | 129.52 | 1 | 0.88 |
Hex | C0 | FF | CA | 19 | 0 | 15 | 0 | 82 | 64 | 58 |
Octal | 300 | 377 | 312 | 31 | 0 | 25 | 0 | 202 | 144 | 130 |
Binary | 11000000 | 11111111 | 11001010 | 11001 | 0 | 10101 | 0 | 10000010 | 1100100 | 1011000 |
Color Harmonies of #C0FFCA
Complementary color
Monochromatic Colors of #C0FFCA
Black with #C0FFCA
Text Example
Text Example
White with #C0FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFCA; }
p { color: rgb(192,255,202); }
H1.HeaderClassName
{
color: #C0FFCA;
}
.AnyTagClassName
{
color: #C0FFCA;
}
</style>
background-color css
<style>
a { background-color: #C0FFCA; }
a { background-color: rgb(192,255,202); }
div.DivClassName
{
background-color: #C0FFCA;
}
.BgClassName
{
background-color: #C0FFCA;
}
</style>
border-color css
<style>
span { border-color: #C0FFCA; }
span { border-color: rgb(192,255,202); }
td.TdClassName
{
border-color: #C0FFCA;
}
.TagClassName
{
border-color: #C0FFCA;
}
</style>