Shades of Spring Green #0BE27D
Tints of Spring Green #0BE27D
RGB
CMYK
RGB Variations
Color information
#0BE27D (or 0x0BE27D) is known color: Spring Green. HEX triplet: 0B, E2 and 7D. RGB value is (11,226,125). Sum of RGB (Red+Green+Blue) = 11+226+125=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 226 (88.67% from 255 or 62.43% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE27D is #F41D82. Grayscale: #969696. Windows color (decimal): -15998339 or 8249867. OLE color: 8249867.
HSL color Cylindrical-coordinate representation of color #0BE27D: hue angle of 151.81º 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 #0BE27D is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 125 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.11 |
| HSL | 151.81º | 0.91% | 0.46% | - |
| HSV(B) | 151.81º | 0.95% | 0.89% | - |
| XYZ | 31.04 | 55.94 | 28.56 | - |
| YUV | 150.2 | 113.77 | 28.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 125 | 0.95 | 0 | 0.45 | 0.11 | 151.81 | 0.91 | 0.46 |
| Hex | B | E2 | 7D | 5F | 0 | 2D | B | 98 | 5B | 2E |
| Octal | 13 | 342 | 175 | 137 | 0 | 55 | 13 | 230 | 133 | 56 |
| Binary | 1011 | 11100010 | 1111101 | 1011111 | 0 | 101101 | 1011 | 10011000 | 1011011 | 101110 |
Color Harmonies of #0BE27D
Complementary color
Monochromatic Colors of #0BE27D
Black with #0BE27D
Text Example
Text Example
White with #0BE27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE27D; }
p { color: rgb(11,226,125); }
H1.HeaderClassName
{
color: #0BE27D;
}
.AnyTagClassName
{
color: #0BE27D;
}
</style>
background-color css
<style>
a { background-color: #0BE27D; }
a { background-color: rgb(11,226,125); }
div.DivClassName
{
background-color: #0BE27D;
}
.BgClassName
{
background-color: #0BE27D;
}
</style>
border-color css
<style>
span { border-color: #0BE27D; }
span { border-color: rgb(11,226,125); }
td.TdClassName
{
border-color: #0BE27D;
}
.TagClassName
{
border-color: #0BE27D;
}
</style>