Shades of Granny Apple #C0FACA
Tints of Granny Apple #C0FACA
RGB
CMYK
RGB Variations
Color information
#C0FACA (or 0xC0FACA) is known color: Granny Apple. HEX triplet: C0, FA and CA. RGB value is (192,250,202). Sum of RGB (Red+Green+Blue) = 192+250+202=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FACA is #3F0535. Grayscale: #E3E3E3. Windows color (decimal): -4130102 or 13302464. OLE color: 13302464.
HSL color Cylindrical-coordinate representation of color #C0FACA: hue angle of 130.34º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FACA is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 202 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.02 |
| HSL | 130.34º | 0.85% | 0.87% | - |
| HSV(B) | 130.34º | 0.23% | 0.98% | - |
| XYZ | 66.58 | 83.84 | 68.55 | - |
| YUV | 227.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 202 | 0.23 | 0 | 0.19 | 0.02 | 130.34 | 0.85 | 0.87 |
| Hex | C0 | FA | CA | 17 | 0 | 13 | 2 | 82 | 55 | 57 |
| Octal | 300 | 372 | 312 | 27 | 0 | 23 | 2 | 202 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11001010 | 10111 | 0 | 10011 | 10 | 10000010 | 1010101 | 1010111 |
Color Harmonies of #C0FACA
Complementary color
Monochromatic Colors of #C0FACA
Black with #C0FACA
Text Example
Text Example
White with #C0FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FACA; }
p { color: rgb(192,250,202); }
H1.HeaderClassName
{
color: #C0FACA;
}
.AnyTagClassName
{
color: #C0FACA;
}
</style>
background-color css
<style>
a { background-color: #C0FACA; }
a { background-color: rgb(192,250,202); }
div.DivClassName
{
background-color: #C0FACA;
}
.BgClassName
{
background-color: #C0FACA;
}
</style>
border-color css
<style>
span { border-color: #C0FACA; }
span { border-color: rgb(192,250,202); }
td.TdClassName
{
border-color: #C0FACA;
}
.TagClassName
{
border-color: #C0FACA;
}
</style>