Shades of Spring Green #0BE285
Tints of Spring Green #0BE285
RGB
CMYK
RGB Variations
Color information
#0BE285 (or 0x0BE285) is known color: Spring Green. HEX triplet: 0B, E2 and 85. RGB value is (11,226,133). Sum of RGB (Red+Green+Blue) = 11+226+133=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 226 (88.67% from 255 or 61.08% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE285 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE285 is #F41D7A. Grayscale: #979797. Windows color (decimal): -15998331 or 8774155. OLE color: 8774155.
HSL color Cylindrical-coordinate representation of color #0BE285: hue angle of 154.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE285 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 133 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.11 |
| HSL | 154.05º | 0.91% | 0.46% | - |
| HSV(B) | 154.05º | 0.95% | 0.89% | - |
| XYZ | 31.57 | 56.16 | 31.37 | - |
| YUV | 151.11 | 117.77 | 28.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 133 | 0.95 | 0 | 0.41 | 0.11 | 154.05 | 0.91 | 0.46 |
| Hex | B | E2 | 85 | 5F | 0 | 29 | B | 9A | 5B | 2E |
| Octal | 13 | 342 | 205 | 137 | 0 | 51 | 13 | 232 | 133 | 56 |
| Binary | 1011 | 11100010 | 10000101 | 1011111 | 0 | 101001 | 1011 | 10011010 | 1011011 | 101110 |
Color Harmonies of #0BE285
Complementary color
Monochromatic Colors of #0BE285
Black with #0BE285
Text Example
Text Example
White with #0BE285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE285; }
p { color: rgb(11,226,133); }
H1.HeaderClassName
{
color: #0BE285;
}
.AnyTagClassName
{
color: #0BE285;
}
</style>
background-color css
<style>
a { background-color: #0BE285; }
a { background-color: rgb(11,226,133); }
div.DivClassName
{
background-color: #0BE285;
}
.BgClassName
{
background-color: #0BE285;
}
</style>
border-color css
<style>
span { border-color: #0BE285; }
span { border-color: rgb(11,226,133); }
td.TdClassName
{
border-color: #0BE285;
}
.TagClassName
{
border-color: #0BE285;
}
</style>