Shades of Granny Apple #C0F9CD
Tints of Granny Apple #C0F9CD
RGB
CMYK
RGB Variations
Color information
#C0F9CD (or 0xC0F9CD) is known color: Granny Apple. HEX triplet: C0, F9 and CD. RGB value is (192,249,205). Sum of RGB (Red+Green+Blue) = 192+249+205=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F9CD is #3F0632. Grayscale: #E3E3E3. Windows color (decimal): -4130355 or 13498816. OLE color: 13498816.
HSL color Cylindrical-coordinate representation of color #C0F9CD: hue angle of 133.68º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F9CD is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 205 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.02 |
| HSL | 133.68º | 0.83% | 0.86% | - |
| HSV(B) | 133.68º | 0.23% | 0.98% | - |
| XYZ | 66.63 | 83.37 | 70.34 | - |
| YUV | 226.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 205 | 0.23 | 0 | 0.18 | 0.02 | 133.68 | 0.83 | 0.86 |
| Hex | C0 | F9 | CD | 17 | 0 | 12 | 2 | 86 | 53 | 56 |
| Octal | 300 | 371 | 315 | 27 | 0 | 22 | 2 | 206 | 123 | 126 |
| Binary | 11000000 | 11111001 | 11001101 | 10111 | 0 | 10010 | 10 | 10000110 | 1010011 | 1010110 |
Color Harmonies of #C0F9CD
Complementary color
Monochromatic Colors of #C0F9CD
Black with #C0F9CD
Text Example
Text Example
White with #C0F9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9CD; }
p { color: rgb(192,249,205); }
H1.HeaderClassName
{
color: #C0F9CD;
}
.AnyTagClassName
{
color: #C0F9CD;
}
</style>
background-color css
<style>
a { background-color: #C0F9CD; }
a { background-color: rgb(192,249,205); }
div.DivClassName
{
background-color: #C0F9CD;
}
.BgClassName
{
background-color: #C0F9CD;
}
</style>
border-color css
<style>
span { border-color: #C0F9CD; }
span { border-color: rgb(192,249,205); }
td.TdClassName
{
border-color: #C0F9CD;
}
.TagClassName
{
border-color: #C0F9CD;
}
</style>