Shades of Spring Green #0BE87F
Tints of Spring Green #0BE87F
RGB
CMYK
RGB Variations
Color information
#0BE87F (or 0x0BE87F) is known color: Spring Green. HEX triplet: 0B, E8 and 7F. RGB value is (11,232,127). Sum of RGB (Red+Green+Blue) = 11+232+127=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 232 (91.02% from 255 or 62.70% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE87F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE87F is #F41780. Grayscale: #9A9A9A. Windows color (decimal): -15996801 or 8382475. OLE color: 8382475.
HSL color Cylindrical-coordinate representation of color #0BE87F: hue angle of 151.49º 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 #0BE87F is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 127 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.09 |
| HSL | 151.49º | 0.91% | 0.48% | - |
| HSV(B) | 151.49º | 0.95% | 0.91% | - |
| XYZ | 32.83 | 59.32 | 29.8 | - |
| YUV | 153.95 | 112.78 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 127 | 0.95 | 0 | 0.45 | 0.09 | 151.49 | 0.91 | 0.48 |
| Hex | B | E8 | 7F | 5F | 0 | 2D | 9 | 97 | 5B | 30 |
| Octal | 13 | 350 | 177 | 137 | 0 | 55 | 11 | 227 | 133 | 60 |
| Binary | 1011 | 11101000 | 1111111 | 1011111 | 0 | 101101 | 1001 | 10010111 | 1011011 | 110000 |
Color Harmonies of #0BE87F
Complementary color
Monochromatic Colors of #0BE87F
Black with #0BE87F
Text Example
Text Example
White with #0BE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE87F; }
p { color: rgb(11,232,127); }
H1.HeaderClassName
{
color: #0BE87F;
}
.AnyTagClassName
{
color: #0BE87F;
}
</style>
background-color css
<style>
a { background-color: #0BE87F; }
a { background-color: rgb(11,232,127); }
div.DivClassName
{
background-color: #0BE87F;
}
.BgClassName
{
background-color: #0BE87F;
}
</style>
border-color css
<style>
span { border-color: #0BE87F; }
span { border-color: rgb(11,232,127); }
td.TdClassName
{
border-color: #0BE87F;
}
.TagClassName
{
border-color: #0BE87F;
}
</style>