Shades of Granny Apple #C0FFC1
Tints of Granny Apple #C0FFC1
RGB
CMYK
RGB Variations
Color information
#C0FFC1 (or 0xC0FFC1) is known color: Granny Apple. HEX triplet: C0, FF and C1. RGB value is (192,255,193). Sum of RGB (Red+Green+Blue) = 192+255+193=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFC1 is #3F003E. Grayscale: #E5E5E5. Windows color (decimal): -4128831 or 12713920. OLE color: 12713920.
HSL color Cylindrical-coordinate representation of color #C0FFC1: hue angle of 120.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFC1 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 193 | - |
| CMYK | 0.25 | 0 | 0.24 | 0 |
| HSL | 120.95º | 1% | 0.88% | - |
| HSV(B) | 120.95º | 0.25% | 1% | - |
| XYZ | 67.12 | 86.58 | 63.63 | - |
| YUV | 229.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 193 | 0.25 | 0 | 0.24 | 0 | 120.95 | 1 | 0.88 |
| Hex | C0 | FF | C1 | 19 | 0 | 18 | 0 | 79 | 64 | 58 |
| Octal | 300 | 377 | 301 | 31 | 0 | 30 | 0 | 171 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11000001 | 11001 | 0 | 11000 | 0 | 1111001 | 1100100 | 1011000 |
Color Harmonies of #C0FFC1
Complementary color
Monochromatic Colors of #C0FFC1
Black with #C0FFC1
Text Example
Text Example
White with #C0FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFC1; }
p { color: rgb(192,255,193); }
H1.HeaderClassName
{
color: #C0FFC1;
}
.AnyTagClassName
{
color: #C0FFC1;
}
</style>
background-color css
<style>
a { background-color: #C0FFC1; }
a { background-color: rgb(192,255,193); }
div.DivClassName
{
background-color: #C0FFC1;
}
.BgClassName
{
background-color: #C0FFC1;
}
</style>
border-color css
<style>
span { border-color: #C0FFC1; }
span { border-color: rgb(192,255,193); }
td.TdClassName
{
border-color: #C0FFC1;
}
.TagClassName
{
border-color: #C0FFC1;
}
</style>