Shades of Spring Green #0BE573
Tints of Spring Green #0BE573
RGB
CMYK
RGB Variations
Color information
#0BE573 (or 0x0BE573) is known color: Spring Green. HEX triplet: 0B, E5 and 73. RGB value is (11,229,115). Sum of RGB (Red+Green+Blue) = 11+229+115=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 229 (89.84% from 255 or 64.51% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE573 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE573 is #F41A8C. Grayscale: #979797. Windows color (decimal): -15997581 or 7595275. OLE color: 7595275.
HSL color Cylindrical-coordinate representation of color #0BE573: hue angle of 148.62º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE573 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 115 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.10 |
| HSL | 148.62º | 0.91% | 0.47% | - |
| HSV(B) | 148.62º | 0.95% | 0.9% | - |
| XYZ | 31.25 | 57.35 | 25.64 | - |
| YUV | 150.82 | 107.78 | 28.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 115 | 0.95 | 0 | 0.50 | 0.10 | 148.62 | 0.91 | 0.47 |
| Hex | B | E5 | 73 | 5F | 0 | 32 | A | 95 | 5B | 2F |
| Octal | 13 | 345 | 163 | 137 | 0 | 62 | 12 | 225 | 133 | 57 |
| Binary | 1011 | 11100101 | 1110011 | 1011111 | 0 | 110010 | 1010 | 10010101 | 1011011 | 101111 |
Color Harmonies of #0BE573
Complementary color
Monochromatic Colors of #0BE573
Black with #0BE573
Text Example
Text Example
White with #0BE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE573; }
p { color: rgb(11,229,115); }
H1.HeaderClassName
{
color: #0BE573;
}
.AnyTagClassName
{
color: #0BE573;
}
</style>
background-color css
<style>
a { background-color: #0BE573; }
a { background-color: rgb(11,229,115); }
div.DivClassName
{
background-color: #0BE573;
}
.BgClassName
{
background-color: #0BE573;
}
</style>
border-color css
<style>
span { border-color: #0BE573; }
span { border-color: rgb(11,229,115); }
td.TdClassName
{
border-color: #0BE573;
}
.TagClassName
{
border-color: #0BE573;
}
</style>