Shades of Granny Apple #C0FACD
Tints of Granny Apple #C0FACD
RGB
CMYK
RGB Variations
Color information
#C0FACD (or 0xC0FACD) is known color: Granny Apple. HEX triplet: C0, FA and CD. RGB value is (192,250,205). Sum of RGB (Red+Green+Blue) = 192+250+205=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FACD is #3F0532. Grayscale: #E3E3E3. Windows color (decimal): -4130099 or 13499072. OLE color: 13499072.
HSL color Cylindrical-coordinate representation of color #C0FACD: hue angle of 133.45º 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 #C0FACD is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 205 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.02 |
| HSL | 133.45º | 0.85% | 0.87% | - |
| HSV(B) | 133.45º | 0.23% | 0.98% | - |
| XYZ | 66.94 | 83.99 | 70.44 | - |
| YUV | 227.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 205 | 0.23 | 0 | 0.18 | 0.02 | 133.45 | 0.85 | 0.87 |
| Hex | C0 | FA | CD | 17 | 0 | 12 | 2 | 85 | 55 | 57 |
| Octal | 300 | 372 | 315 | 27 | 0 | 22 | 2 | 205 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11001101 | 10111 | 0 | 10010 | 10 | 10000101 | 1010101 | 1010111 |
Color Harmonies of #C0FACD
Complementary color
Monochromatic Colors of #C0FACD
Black with #C0FACD
Text Example
Text Example
White with #C0FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FACD; }
p { color: rgb(192,250,205); }
H1.HeaderClassName
{
color: #C0FACD;
}
.AnyTagClassName
{
color: #C0FACD;
}
</style>
background-color css
<style>
a { background-color: #C0FACD; }
a { background-color: rgb(192,250,205); }
div.DivClassName
{
background-color: #C0FACD;
}
.BgClassName
{
background-color: #C0FACD;
}
</style>
border-color css
<style>
span { border-color: #C0FACD; }
span { border-color: rgb(192,250,205); }
td.TdClassName
{
border-color: #C0FACD;
}
.TagClassName
{
border-color: #C0FACD;
}
</style>