Shades of Spring Green #0BE77A
Tints of Spring Green #0BE77A
RGB
CMYK
RGB Variations
Color information
#0BE77A (or 0x0BE77A) is known color: Spring Green. HEX triplet: 0B, E7 and 7A. RGB value is (11,231,122). Sum of RGB (Red+Green+Blue) = 11+231+122=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 231 (90.62% from 255 or 63.46% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE77A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE77A is #F41885. Grayscale: #999999. Windows color (decimal): -15997062 or 8054539. OLE color: 8054539.
HSL color Cylindrical-coordinate representation of color #0BE77A: hue angle of 150.27º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE77A is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 122 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.09 |
| HSL | 150.27º | 0.91% | 0.47% | - |
| HSV(B) | 150.27º | 0.95% | 0.91% | - |
| XYZ | 32.23 | 58.63 | 28.03 | - |
| YUV | 152.79 | 110.61 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 122 | 0.95 | 0 | 0.47 | 0.09 | 150.27 | 0.91 | 0.47 |
| Hex | B | E7 | 7A | 5F | 0 | 2F | 9 | 96 | 5B | 2F |
| Octal | 13 | 347 | 172 | 137 | 0 | 57 | 11 | 226 | 133 | 57 |
| Binary | 1011 | 11100111 | 1111010 | 1011111 | 0 | 101111 | 1001 | 10010110 | 1011011 | 101111 |
Color Harmonies of #0BE77A
Complementary color
Monochromatic Colors of #0BE77A
Black with #0BE77A
Text Example
Text Example
White with #0BE77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE77A; }
p { color: rgb(11,231,122); }
H1.HeaderClassName
{
color: #0BE77A;
}
.AnyTagClassName
{
color: #0BE77A;
}
</style>
background-color css
<style>
a { background-color: #0BE77A; }
a { background-color: rgb(11,231,122); }
div.DivClassName
{
background-color: #0BE77A;
}
.BgClassName
{
background-color: #0BE77A;
}
</style>
border-color css
<style>
span { border-color: #0BE77A; }
span { border-color: rgb(11,231,122); }
td.TdClassName
{
border-color: #0BE77A;
}
.TagClassName
{
border-color: #0BE77A;
}
</style>