Shades of Granny Apple #C0F2CF
Tints of Granny Apple #C0F2CF
RGB
CMYK
RGB Variations
Color information
#C0F2CF (or 0xC0F2CF) is known color: Granny Apple. HEX triplet: C0, F2 and CF. RGB value is (192,242,207). Sum of RGB (Red+Green+Blue) = 192+242+207=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2CF is #3F0D30. Grayscale: #DFDFDF. Windows color (decimal): -4132145 or 13628096. OLE color: 13628096.
HSL color Cylindrical-coordinate representation of color #C0F2CF: hue angle of 138º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2CF is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 207 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.05 |
| HSL | 138º | 0.66% | 0.85% | - |
| HSV(B) | 138º | 0.21% | 0.95% | - |
| XYZ | 64.75 | 79.22 | 70.91 | - |
| YUV | 223.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 207 | 0.21 | 0 | 0.14 | 0.05 | 138 | 0.66 | 0.85 |
| Hex | C0 | F2 | CF | 15 | 0 | E | 5 | 8A | 42 | 55 |
| Octal | 300 | 362 | 317 | 25 | 0 | 16 | 5 | 212 | 102 | 125 |
| Binary | 11000000 | 11110010 | 11001111 | 10101 | 0 | 1110 | 101 | 10001010 | 1000010 | 1010101 |
Color Harmonies of #C0F2CF
Complementary color
Monochromatic Colors of #C0F2CF
Black with #C0F2CF
Text Example
Text Example
White with #C0F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2CF; }
p { color: rgb(192,242,207); }
H1.HeaderClassName
{
color: #C0F2CF;
}
.AnyTagClassName
{
color: #C0F2CF;
}
</style>
background-color css
<style>
a { background-color: #C0F2CF; }
a { background-color: rgb(192,242,207); }
div.DivClassName
{
background-color: #C0F2CF;
}
.BgClassName
{
background-color: #C0F2CF;
}
</style>
border-color css
<style>
span { border-color: #C0F2CF; }
span { border-color: rgb(192,242,207); }
td.TdClassName
{
border-color: #C0F2CF;
}
.TagClassName
{
border-color: #C0F2CF;
}
</style>