Shades of Spring Green #0BE785
Tints of Spring Green #0BE785
RGB
CMYK
RGB Variations
Color information
#0BE785 (or 0x0BE785) is known color: Spring Green. HEX triplet: 0B, E7 and 85. RGB value is (11,231,133). Sum of RGB (Red+Green+Blue) = 11+231+133=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 231 (90.62% from 255 or 61.6% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE785 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE785 is #F4187A. Grayscale: #9A9A9A. Windows color (decimal): -15997051 or 8775435. OLE color: 8775435.
HSL color Cylindrical-coordinate representation of color #0BE785: hue angle of 153.27º 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 #0BE785 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 133 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.09 |
| HSL | 153.27º | 0.91% | 0.47% | - |
| HSV(B) | 153.27º | 0.95% | 0.91% | - |
| XYZ | 32.95 | 58.92 | 31.83 | - |
| YUV | 154.05 | 116.11 | 25.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 133 | 0.95 | 0 | 0.42 | 0.09 | 153.27 | 0.91 | 0.47 |
| Hex | B | E7 | 85 | 5F | 0 | 2A | 9 | 99 | 5B | 2F |
| Octal | 13 | 347 | 205 | 137 | 0 | 52 | 11 | 231 | 133 | 57 |
| Binary | 1011 | 11100111 | 10000101 | 1011111 | 0 | 101010 | 1001 | 10011001 | 1011011 | 101111 |
Color Harmonies of #0BE785
Complementary color
Monochromatic Colors of #0BE785
Black with #0BE785
Text Example
Text Example
White with #0BE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE785; }
p { color: rgb(11,231,133); }
H1.HeaderClassName
{
color: #0BE785;
}
.AnyTagClassName
{
color: #0BE785;
}
</style>
background-color css
<style>
a { background-color: #0BE785; }
a { background-color: rgb(11,231,133); }
div.DivClassName
{
background-color: #0BE785;
}
.BgClassName
{
background-color: #0BE785;
}
</style>
border-color css
<style>
span { border-color: #0BE785; }
span { border-color: rgb(11,231,133); }
td.TdClassName
{
border-color: #0BE785;
}
.TagClassName
{
border-color: #0BE785;
}
</style>