Shades of Granny Apple #C0FBCB
Tints of Granny Apple #C0FBCB
RGB
CMYK
RGB Variations
Color information
#C0FBCB (or 0xC0FBCB) is known color: Granny Apple. HEX triplet: C0, FB and CB. RGB value is (192,251,203). Sum of RGB (Red+Green+Blue) = 192+251+203=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBCB is #3F0434. Grayscale: #E4E4E4. Windows color (decimal): -4129845 or 13368256. OLE color: 13368256.
HSL color Cylindrical-coordinate representation of color #C0FBCB: hue angle of 131.19º 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 #C0FBCB is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 203 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.02 |
| HSL | 131.19º | 0.88% | 0.87% | - |
| HSV(B) | 131.19º | 0.24% | 0.98% | - |
| XYZ | 67.01 | 84.51 | 69.28 | - |
| YUV | 227.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 203 | 0.24 | 0 | 0.19 | 0.02 | 131.19 | 0.88 | 0.87 |
| Hex | C0 | FB | CB | 18 | 0 | 13 | 2 | 83 | 58 | 57 |
| Octal | 300 | 373 | 313 | 30 | 0 | 23 | 2 | 203 | 130 | 127 |
| Binary | 11000000 | 11111011 | 11001011 | 11000 | 0 | 10011 | 10 | 10000011 | 1011000 | 1010111 |
Color Harmonies of #C0FBCB
Complementary color
Monochromatic Colors of #C0FBCB
Black with #C0FBCB
Text Example
Text Example
White with #C0FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBCB; }
p { color: rgb(192,251,203); }
H1.HeaderClassName
{
color: #C0FBCB;
}
.AnyTagClassName
{
color: #C0FBCB;
}
</style>
background-color css
<style>
a { background-color: #C0FBCB; }
a { background-color: rgb(192,251,203); }
div.DivClassName
{
background-color: #C0FBCB;
}
.BgClassName
{
background-color: #C0FBCB;
}
</style>
border-color css
<style>
span { border-color: #C0FBCB; }
span { border-color: rgb(192,251,203); }
td.TdClassName
{
border-color: #C0FBCB;
}
.TagClassName
{
border-color: #C0FBCB;
}
</style>