Shades of Spring Green #0BE880
Tints of Spring Green #0BE880
RGB
CMYK
RGB Variations
Color information
#0BE880 (or 0x0BE880) is known color: Spring Green. HEX triplet: 0B, E8 and 80. RGB value is (11,232,128). Sum of RGB (Red+Green+Blue) = 11+232+128=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE880 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE880 is #F4177F. Grayscale: #9A9A9A. Windows color (decimal): -15996800 or 8448011. OLE color: 8448011.
HSL color Cylindrical-coordinate representation of color #0BE880: hue angle of 151.76º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE880 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 128 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.09 |
| HSL | 151.76º | 0.91% | 0.48% | - |
| HSV(B) | 151.76º | 0.95% | 0.91% | - |
| XYZ | 32.89 | 59.34 | 30.14 | - |
| YUV | 154.07 | 113.28 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 128 | 0.95 | 0 | 0.45 | 0.09 | 151.76 | 0.91 | 0.48 |
| Hex | B | E8 | 80 | 5F | 0 | 2D | 9 | 98 | 5B | 30 |
| Octal | 13 | 350 | 200 | 137 | 0 | 55 | 11 | 230 | 133 | 60 |
| Binary | 1011 | 11101000 | 10000000 | 1011111 | 0 | 101101 | 1001 | 10011000 | 1011011 | 110000 |
Color Harmonies of #0BE880
Complementary color
Monochromatic Colors of #0BE880
Black with #0BE880
Text Example
Text Example
White with #0BE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE880; }
p { color: rgb(11,232,128); }
H1.HeaderClassName
{
color: #0BE880;
}
.AnyTagClassName
{
color: #0BE880;
}
</style>
background-color css
<style>
a { background-color: #0BE880; }
a { background-color: rgb(11,232,128); }
div.DivClassName
{
background-color: #0BE880;
}
.BgClassName
{
background-color: #0BE880;
}
</style>
border-color css
<style>
span { border-color: #0BE880; }
span { border-color: rgb(11,232,128); }
td.TdClassName
{
border-color: #0BE880;
}
.TagClassName
{
border-color: #0BE880;
}
</style>