Shades of Granny Apple #C0FDC0
Tints of Granny Apple #C0FDC0
RGB
CMYK
RGB Variations
Color information
#C0FDC0 (or 0xC0FDC0) is known color: Granny Apple. HEX triplet: C0, FD and C0. RGB value is (192,253,192). Sum of RGB (Red+Green+Blue) = 192+253+192=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDC0 is #3F023F. Grayscale: #E3E3E3. Windows color (decimal): -4129344 or 12647872. OLE color: 12647872.
HSL color Cylindrical-coordinate representation of color #C0FDC0: hue angle of 120º 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 #C0FDC0 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 253 | 192 | - |
CMYK | 0.24 | 0 | 0.24 | 0.01 |
HSL | 120º | 0.94% | 0.87% | - |
HSV(B) | 120º | 0.24% | 0.99% | - |
XYZ | 66.38 | 85.26 | 62.83 | - |
YUV | 227.81 | 107.79 | 102.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 253 | 192 | 0.24 | 0 | 0.24 | 0.01 | 120 | 0.94 | 0.87 |
Hex | C0 | FD | C0 | 18 | 0 | 18 | 1 | 78 | 5E | 57 |
Octal | 300 | 375 | 300 | 30 | 0 | 30 | 1 | 170 | 136 | 127 |
Binary | 11000000 | 11111101 | 11000000 | 11000 | 0 | 11000 | 1 | 1111000 | 1011110 | 1010111 |
Color Harmonies of #C0FDC0
Complementary color
Monochromatic Colors of #C0FDC0
Black with #C0FDC0
Text Example
Text Example
White with #C0FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDC0; }
p { color: rgb(192,253,192); }
H1.HeaderClassName
{
color: #C0FDC0;
}
.AnyTagClassName
{
color: #C0FDC0;
}
</style>
background-color css
<style>
a { background-color: #C0FDC0; }
a { background-color: rgb(192,253,192); }
div.DivClassName
{
background-color: #C0FDC0;
}
.BgClassName
{
background-color: #C0FDC0;
}
</style>
border-color css
<style>
span { border-color: #C0FDC0; }
span { border-color: rgb(192,253,192); }
td.TdClassName
{
border-color: #C0FDC0;
}
.TagClassName
{
border-color: #C0FDC0;
}
</style>