Shades of Granny Apple #C0FBD2
Tints of Granny Apple #C0FBD2
RGB
CMYK
RGB Variations
Color information
#C0FBD2 (or 0xC0FBD2) is known color: Granny Apple. HEX triplet: C0, FB and D2. RGB value is (192,251,210). Sum of RGB (Red+Green+Blue) = 192+251+210=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBD2 is #3F042D. Grayscale: #E4E4E4. Windows color (decimal): -4129838 or 13827008. OLE color: 13827008.
HSL color Cylindrical-coordinate representation of color #C0FBD2: hue angle of 138.31º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBD2 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 210 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.02 |
| HSL | 138.31º | 0.88% | 0.87% | - |
| HSV(B) | 138.31º | 0.24% | 0.98% | - |
| XYZ | 67.87 | 84.85 | 73.77 | - |
| YUV | 228.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 210 | 0.24 | 0 | 0.16 | 0.02 | 138.31 | 0.88 | 0.87 |
| Hex | C0 | FB | D2 | 18 | 0 | 10 | 2 | 8A | 58 | 57 |
| Octal | 300 | 373 | 322 | 30 | 0 | 20 | 2 | 212 | 130 | 127 |
| Binary | 11000000 | 11111011 | 11010010 | 11000 | 0 | 10000 | 10 | 10001010 | 1011000 | 1010111 |
Color Harmonies of #C0FBD2
Complementary color
Monochromatic Colors of #C0FBD2
Black with #C0FBD2
Text Example
Text Example
White with #C0FBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBD2; }
p { color: rgb(192,251,210); }
H1.HeaderClassName
{
color: #C0FBD2;
}
.AnyTagClassName
{
color: #C0FBD2;
}
</style>
background-color css
<style>
a { background-color: #C0FBD2; }
a { background-color: rgb(192,251,210); }
div.DivClassName
{
background-color: #C0FBD2;
}
.BgClassName
{
background-color: #C0FBD2;
}
</style>
border-color css
<style>
span { border-color: #C0FBD2; }
span { border-color: rgb(192,251,210); }
td.TdClassName
{
border-color: #C0FBD2;
}
.TagClassName
{
border-color: #C0FBD2;
}
</style>