Shades of Granny Apple #C0FCCF
Tints of Granny Apple #C0FCCF
RGB
CMYK
RGB Variations
Color information
#C0FCCF (or 0xC0FCCF) is known color: Granny Apple. HEX triplet: C0, FC and CF. RGB value is (192,252,207). Sum of RGB (Red+Green+Blue) = 192+252+207=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCCF is #3F0330. Grayscale: #E5E5E5. Windows color (decimal): -4129585 or 13630656. OLE color: 13630656.
HSL color Cylindrical-coordinate representation of color #C0FCCF: hue angle of 135º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCCF is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 207 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.01 |
| HSL | 135º | 0.91% | 0.87% | - |
| HSV(B) | 135º | 0.24% | 0.99% | - |
| XYZ | 67.81 | 85.33 | 71.93 | - |
| YUV | 228.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 207 | 0.24 | 0 | 0.18 | 0.01 | 135 | 0.91 | 0.87 |
| Hex | C0 | FC | CF | 18 | 0 | 12 | 1 | 87 | 5B | 57 |
| Octal | 300 | 374 | 317 | 30 | 0 | 22 | 1 | 207 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11001111 | 11000 | 0 | 10010 | 1 | 10000111 | 1011011 | 1010111 |
Color Harmonies of #C0FCCF
Complementary color
Monochromatic Colors of #C0FCCF
Black with #C0FCCF
Text Example
Text Example
White with #C0FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCCF; }
p { color: rgb(192,252,207); }
H1.HeaderClassName
{
color: #C0FCCF;
}
.AnyTagClassName
{
color: #C0FCCF;
}
</style>
background-color css
<style>
a { background-color: #C0FCCF; }
a { background-color: rgb(192,252,207); }
div.DivClassName
{
background-color: #C0FCCF;
}
.BgClassName
{
background-color: #C0FCCF;
}
</style>
border-color css
<style>
span { border-color: #C0FCCF; }
span { border-color: rgb(192,252,207); }
td.TdClassName
{
border-color: #C0FCCF;
}
.TagClassName
{
border-color: #C0FCCF;
}
</style>