Shades of Spring Green #0BEE82
Tints of Spring Green #0BEE82
RGB
CMYK
RGB Variations
Color information
#0BEE82 (or 0x0BEE82) is known color: Spring Green. HEX triplet: 0B, EE and 82. RGB value is (11,238,130). Sum of RGB (Red+Green+Blue) = 11+238+130=379 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.90% from 379); Green value is 238 (93.36% from 255 or 62.80% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEE82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEE82 is #F4117D. Grayscale: #9E9E9E. Windows color (decimal): -15995262 or 8580619. OLE color: 8580619.
HSL color Cylindrical-coordinate representation of color #0BEE82: hue angle of 151.45º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEE82 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 238 | 130 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.07 |
| HSL | 151.45º | 0.91% | 0.49% | - |
| HSV(B) | 151.45º | 0.95% | 0.93% | - |
| XYZ | 34.74 | 62.83 | 31.42 | - |
| YUV | 157.82 | 112.29 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 238 | 130 | 0.95 | 0 | 0.45 | 0.07 | 151.45 | 0.91 | 0.49 |
| Hex | B | EE | 82 | 5F | 0 | 2D | 7 | 97 | 5B | 31 |
| Octal | 13 | 356 | 202 | 137 | 0 | 55 | 7 | 227 | 133 | 61 |
| Binary | 1011 | 11101110 | 10000010 | 1011111 | 0 | 101101 | 111 | 10010111 | 1011011 | 110001 |
Color Harmonies of #0BEE82
Complementary color
Monochromatic Colors of #0BEE82
Black with #0BEE82
Text Example
Text Example
White with #0BEE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEE82; }
p { color: rgb(11,238,130); }
H1.HeaderClassName
{
color: #0BEE82;
}
.AnyTagClassName
{
color: #0BEE82;
}
</style>
background-color css
<style>
a { background-color: #0BEE82; }
a { background-color: rgb(11,238,130); }
div.DivClassName
{
background-color: #0BEE82;
}
.BgClassName
{
background-color: #0BEE82;
}
</style>
border-color css
<style>
span { border-color: #0BEE82; }
span { border-color: rgb(11,238,130); }
td.TdClassName
{
border-color: #0BEE82;
}
.TagClassName
{
border-color: #0BEE82;
}
</style>