Shades of Granny Apple #C0F9CF
Tints of Granny Apple #C0F9CF
RGB
CMYK
RGB Variations
Color information
#C0F9CF (or 0xC0F9CF) is known color: Granny Apple. HEX triplet: C0, F9 and CF. RGB value is (192,249,207). Sum of RGB (Red+Green+Blue) = 192+249+207=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F9CF is #3F0630. Grayscale: #E3E3E3. Windows color (decimal): -4130353 or 13629888. OLE color: 13629888.
HSL color Cylindrical-coordinate representation of color #C0F9CF: hue angle of 135.79º 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 #C0F9CF is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 207 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.02 |
| HSL | 135.79º | 0.83% | 0.86% | - |
| HSV(B) | 135.79º | 0.23% | 0.98% | - |
| XYZ | 66.88 | 83.46 | 71.62 | - |
| YUV | 227.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 207 | 0.23 | 0 | 0.17 | 0.02 | 135.79 | 0.83 | 0.86 |
| Hex | C0 | F9 | CF | 17 | 0 | 11 | 2 | 88 | 53 | 56 |
| Octal | 300 | 371 | 317 | 27 | 0 | 21 | 2 | 210 | 123 | 126 |
| Binary | 11000000 | 11111001 | 11001111 | 10111 | 0 | 10001 | 10 | 10001000 | 1010011 | 1010110 |
Color Harmonies of #C0F9CF
Complementary color
Monochromatic Colors of #C0F9CF
Black with #C0F9CF
Text Example
Text Example
White with #C0F9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9CF; }
p { color: rgb(192,249,207); }
H1.HeaderClassName
{
color: #C0F9CF;
}
.AnyTagClassName
{
color: #C0F9CF;
}
</style>
background-color css
<style>
a { background-color: #C0F9CF; }
a { background-color: rgb(192,249,207); }
div.DivClassName
{
background-color: #C0F9CF;
}
.BgClassName
{
background-color: #C0F9CF;
}
</style>
border-color css
<style>
span { border-color: #C0F9CF; }
span { border-color: rgb(192,249,207); }
td.TdClassName
{
border-color: #C0F9CF;
}
.TagClassName
{
border-color: #C0F9CF;
}
</style>