Shades of Granny Apple #C0FFC7
Tints of Granny Apple #C0FFC7
RGB
CMYK
RGB Variations
Color information
#C0FFC7 (or 0xC0FFC7) is known color: Granny Apple. HEX triplet: C0, FF and C7. RGB value is (192,255,199). Sum of RGB (Red+Green+Blue) = 192+255+199=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFC7 is #3F0038. Grayscale: #E5E5E5. Windows color (decimal): -4128825 or 13107136. OLE color: 13107136.
HSL color Cylindrical-coordinate representation of color #C0FFC7: hue angle of 126.67º 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 #C0FFC7 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 199 | - |
| CMYK | 0.25 | 0 | 0.22 | 0 |
| HSL | 126.67º | 1% | 0.88% | - |
| HSV(B) | 126.67º | 0.25% | 1% | - |
| XYZ | 67.81 | 86.85 | 67.22 | - |
| YUV | 229.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 199 | 0.25 | 0 | 0.22 | 0 | 126.67 | 1 | 0.88 |
| Hex | C0 | FF | C7 | 19 | 0 | 16 | 0 | 7F | 64 | 58 |
| Octal | 300 | 377 | 307 | 31 | 0 | 26 | 0 | 177 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11000111 | 11001 | 0 | 10110 | 0 | 1111111 | 1100100 | 1011000 |
Color Harmonies of #C0FFC7
Complementary color
Monochromatic Colors of #C0FFC7
Black with #C0FFC7
Text Example
Text Example
White with #C0FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFC7; }
p { color: rgb(192,255,199); }
H1.HeaderClassName
{
color: #C0FFC7;
}
.AnyTagClassName
{
color: #C0FFC7;
}
</style>
background-color css
<style>
a { background-color: #C0FFC7; }
a { background-color: rgb(192,255,199); }
div.DivClassName
{
background-color: #C0FFC7;
}
.BgClassName
{
background-color: #C0FFC7;
}
</style>
border-color css
<style>
span { border-color: #C0FFC7; }
span { border-color: rgb(192,255,199); }
td.TdClassName
{
border-color: #C0FFC7;
}
.TagClassName
{
border-color: #C0FFC7;
}
</style>