Shades of Granny Apple #C0FCCA
Tints of Granny Apple #C0FCCA
RGB
CMYK
RGB Variations
Color information
#C0FCCA (or 0xC0FCCA) is known color: Granny Apple. HEX triplet: C0, FC and CA. RGB value is (192,252,202). Sum of RGB (Red+Green+Blue) = 192+252+202=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCCA is #3F0335. Grayscale: #E4E4E4. Windows color (decimal): -4129590 or 13302976. OLE color: 13302976.
HSL color Cylindrical-coordinate representation of color #C0FCCA: hue angle of 130º degrees, saturation: 0.91, 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 #C0FCCA is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 202 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.01 |
| HSL | 130º | 0.91% | 0.87% | - |
| HSV(B) | 130º | 0.24% | 0.99% | - |
| XYZ | 67.21 | 85.09 | 68.76 | - |
| YUV | 228.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 202 | 0.24 | 0 | 0.20 | 0.01 | 130 | 0.91 | 0.87 |
| Hex | C0 | FC | CA | 18 | 0 | 14 | 1 | 82 | 5B | 57 |
| Octal | 300 | 374 | 312 | 30 | 0 | 24 | 1 | 202 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11001010 | 11000 | 0 | 10100 | 1 | 10000010 | 1011011 | 1010111 |
Color Harmonies of #C0FCCA
Complementary color
Monochromatic Colors of #C0FCCA
Black with #C0FCCA
Text Example
Text Example
White with #C0FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCCA; }
p { color: rgb(192,252,202); }
H1.HeaderClassName
{
color: #C0FCCA;
}
.AnyTagClassName
{
color: #C0FCCA;
}
</style>
background-color css
<style>
a { background-color: #C0FCCA; }
a { background-color: rgb(192,252,202); }
div.DivClassName
{
background-color: #C0FCCA;
}
.BgClassName
{
background-color: #C0FCCA;
}
</style>
border-color css
<style>
span { border-color: #C0FCCA; }
span { border-color: rgb(192,252,202); }
td.TdClassName
{
border-color: #C0FCCA;
}
.TagClassName
{
border-color: #C0FCCA;
}
</style>