Shades of Spring Green #0BE472
Tints of Spring Green #0BE472
RGB
CMYK
RGB Variations
Color information
#0BE472 (or 0x0BE472) is known color: Spring Green. HEX triplet: 0B, E4 and 72. RGB value is (11,228,114). Sum of RGB (Red+Green+Blue) = 11+228+114=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 228 (89.45% from 255 or 64.59% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE472 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE472 is #F41B8D. Grayscale: #969696. Windows color (decimal): -15997838 or 7529483. OLE color: 7529483.
HSL color Cylindrical-coordinate representation of color #0BE472: hue angle of 148.48º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE472 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 228 | 114 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.11 |
| HSL | 148.48º | 0.91% | 0.47% | - |
| HSV(B) | 148.48º | 0.95% | 0.89% | - |
| XYZ | 30.92 | 56.77 | 25.25 | - |
| YUV | 150.12 | 107.61 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 114 | 0.95 | 0 | 0.50 | 0.11 | 148.48 | 0.91 | 0.47 |
| Hex | B | E4 | 72 | 5F | 0 | 32 | B | 94 | 5B | 2F |
| Octal | 13 | 344 | 162 | 137 | 0 | 62 | 13 | 224 | 133 | 57 |
| Binary | 1011 | 11100100 | 1110010 | 1011111 | 0 | 110010 | 1011 | 10010100 | 1011011 | 101111 |
Color Harmonies of #0BE472
Complementary color
Monochromatic Colors of #0BE472
Black with #0BE472
Text Example
Text Example
White with #0BE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE472; }
p { color: rgb(11,228,114); }
H1.HeaderClassName
{
color: #0BE472;
}
.AnyTagClassName
{
color: #0BE472;
}
</style>
background-color css
<style>
a { background-color: #0BE472; }
a { background-color: rgb(11,228,114); }
div.DivClassName
{
background-color: #0BE472;
}
.BgClassName
{
background-color: #0BE472;
}
</style>
border-color css
<style>
span { border-color: #0BE472; }
span { border-color: rgb(11,228,114); }
td.TdClassName
{
border-color: #0BE472;
}
.TagClassName
{
border-color: #0BE472;
}
</style>