Shades of Granny Apple #C0F5CF
Tints of Granny Apple #C0F5CF
RGB
CMYK
RGB Variations
Color information
#C0F5CF (or 0xC0F5CF) is known color: Granny Apple. HEX triplet: C0, F5 and CF. RGB value is (192,245,207). Sum of RGB (Red+Green+Blue) = 192+245+207=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5CF is #3F0A30. Grayscale: #E0E0E0. Windows color (decimal): -4131377 or 13628864. OLE color: 13628864.
HSL color Cylindrical-coordinate representation of color #C0F5CF: hue angle of 136.98º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5CF is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 192 | 245 | 207 | - |
CMYK | 0.22 | 0 | 0.16 | 0.04 |
HSL | 136.98º | 0.73% | 0.86% | - |
HSV(B) | 136.98º | 0.22% | 0.96% | - |
XYZ | 65.65 | 81.02 | 71.21 | - |
YUV | 224.82 | 117.94 | 104.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 245 | 207 | 0.22 | 0 | 0.16 | 0.04 | 136.98 | 0.73 | 0.86 |
Hex | C0 | F5 | CF | 16 | 0 | 10 | 4 | 89 | 49 | 56 |
Octal | 300 | 365 | 317 | 26 | 0 | 20 | 4 | 211 | 111 | 126 |
Binary | 11000000 | 11110101 | 11001111 | 10110 | 0 | 10000 | 100 | 10001001 | 1001001 | 1010110 |
Color Harmonies of #C0F5CF
Complementary color
Monochromatic Colors of #C0F5CF
Black with #C0F5CF
Text Example
Text Example
White with #C0F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5CF; }
p { color: rgb(192,245,207); }
H1.HeaderClassName
{
color: #C0F5CF;
}
.AnyTagClassName
{
color: #C0F5CF;
}
</style>
background-color css
<style>
a { background-color: #C0F5CF; }
a { background-color: rgb(192,245,207); }
div.DivClassName
{
background-color: #C0F5CF;
}
.BgClassName
{
background-color: #C0F5CF;
}
</style>
border-color css
<style>
span { border-color: #C0F5CF; }
span { border-color: rgb(192,245,207); }
td.TdClassName
{
border-color: #C0F5CF;
}
.TagClassName
{
border-color: #C0F5CF;
}
</style>