Shades of Spring Green #0BE77F
Tints of Spring Green #0BE77F
RGB
CMYK
RGB Variations
Color information
#0BE77F (or 0x0BE77F) is known color: Spring Green. HEX triplet: 0B, E7 and 7F. RGB value is (11,231,127). Sum of RGB (Red+Green+Blue) = 11+231+127=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE77F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE77F is #F41880. Grayscale: #999999. Windows color (decimal): -15997057 or 8382219. OLE color: 8382219.
HSL color Cylindrical-coordinate representation of color #0BE77F: hue angle of 151.64º 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 #0BE77F is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 127 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.09 |
| HSL | 151.64º | 0.91% | 0.47% | - |
| HSV(B) | 151.64º | 0.95% | 0.91% | - |
| XYZ | 32.54 | 58.76 | 29.7 | - |
| YUV | 153.36 | 113.11 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 127 | 0.95 | 0 | 0.45 | 0.09 | 151.64 | 0.91 | 0.47 |
| Hex | B | E7 | 7F | 5F | 0 | 2D | 9 | 98 | 5B | 2F |
| Octal | 13 | 347 | 177 | 137 | 0 | 55 | 11 | 230 | 133 | 57 |
| Binary | 1011 | 11100111 | 1111111 | 1011111 | 0 | 101101 | 1001 | 10011000 | 1011011 | 101111 |
Color Harmonies of #0BE77F
Complementary color
Monochromatic Colors of #0BE77F
Black with #0BE77F
Text Example
Text Example
White with #0BE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE77F; }
p { color: rgb(11,231,127); }
H1.HeaderClassName
{
color: #0BE77F;
}
.AnyTagClassName
{
color: #0BE77F;
}
</style>
background-color css
<style>
a { background-color: #0BE77F; }
a { background-color: rgb(11,231,127); }
div.DivClassName
{
background-color: #0BE77F;
}
.BgClassName
{
background-color: #0BE77F;
}
</style>
border-color css
<style>
span { border-color: #0BE77F; }
span { border-color: rgb(11,231,127); }
td.TdClassName
{
border-color: #0BE77F;
}
.TagClassName
{
border-color: #0BE77F;
}
</style>