Shades of Granny Apple #C0FAD3
Tints of Granny Apple #C0FAD3
RGB
CMYK
RGB Variations
Color information
#C0FAD3 (or 0xC0FAD3) is known color: Granny Apple. HEX triplet: C0, FA and D3. RGB value is (192,250,211). Sum of RGB (Red+Green+Blue) = 192+250+211=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FAD3 is #3F052C. Grayscale: #E4E4E4. Windows color (decimal): -4130093 or 13892288. OLE color: 13892288.
HSL color Cylindrical-coordinate representation of color #C0FAD3: hue angle of 139.66º 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 #C0FAD3 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 211 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.02 |
| HSL | 139.66º | 0.85% | 0.87% | - |
| HSV(B) | 139.66º | 0.23% | 0.98% | - |
| XYZ | 67.68 | 84.28 | 74.33 | - |
| YUV | 228.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 211 | 0.23 | 0 | 0.16 | 0.02 | 139.66 | 0.85 | 0.87 |
| Hex | C0 | FA | D3 | 17 | 0 | 10 | 2 | 8C | 55 | 57 |
| Octal | 300 | 372 | 323 | 27 | 0 | 20 | 2 | 214 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11010011 | 10111 | 0 | 10000 | 10 | 10001100 | 1010101 | 1010111 |
Color Harmonies of #C0FAD3
Complementary color
Monochromatic Colors of #C0FAD3
Black with #C0FAD3
Text Example
Text Example
White with #C0FAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAD3; }
p { color: rgb(192,250,211); }
H1.HeaderClassName
{
color: #C0FAD3;
}
.AnyTagClassName
{
color: #C0FAD3;
}
</style>
background-color css
<style>
a { background-color: #C0FAD3; }
a { background-color: rgb(192,250,211); }
div.DivClassName
{
background-color: #C0FAD3;
}
.BgClassName
{
background-color: #C0FAD3;
}
</style>
border-color css
<style>
span { border-color: #C0FAD3; }
span { border-color: rgb(192,250,211); }
td.TdClassName
{
border-color: #C0FAD3;
}
.TagClassName
{
border-color: #C0FAD3;
}
</style>