Html Css Color HEX #0BEF92 Medium Spring Green
📋 copy color: '#0BEF92'red 11 ◦ green 239 ◦ blue 146
Shades of Medium Spring Green #0BEF92
Tints of Medium Spring Green #0BEF92
RGB
CMYK
RGB Variations
Color information
#0BEF92 (or 0x0BEF92) is known color: Medium Spring Green. HEX triplet: 0B, EF and 92. RGB value is (11,239,146). Sum of RGB (Red+Green+Blue) = 11+239+146=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 239 (93.75% from 255 or 60.35% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEF92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEF92 is #F4106D. Grayscale: #A0A0A0. Windows color (decimal): -15994990 or 9629451. OLE color: 9629451.
HSL color Cylindrical-coordinate representation of color #0BEF92: hue angle of 155.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEF92 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 146 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.06 |
| HSL | 155.53º | 0.91% | 0.49% | - |
| HSV(B) | 155.53º | 0.95% | 0.94% | - |
| XYZ | 36.19 | 63.88 | 37.62 | - |
| YUV | 160.23 | 119.96 | 21.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 146 | 0.95 | 0 | 0.39 | 0.06 | 155.53 | 0.91 | 0.49 |
| Hex | B | EF | 92 | 5F | 0 | 27 | 6 | 9C | 5B | 31 |
| Octal | 13 | 357 | 222 | 137 | 0 | 47 | 6 | 234 | 133 | 61 |
| Binary | 1011 | 11101111 | 10010010 | 1011111 | 0 | 100111 | 110 | 10011100 | 1011011 | 110001 |
Color Harmonies of #0BEF92
Complementary color
Monochromatic Colors of #0BEF92
Black with #0BEF92
Text Example
Text Example
White with #0BEF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEF92; }
p { color: rgb(11,239,146); }
H1.HeaderClassName
{
color: #0BEF92;
}
.AnyTagClassName
{
color: #0BEF92;
}
</style>
background-color css
<style>
a { background-color: #0BEF92; }
a { background-color: rgb(11,239,146); }
div.DivClassName
{
background-color: #0BEF92;
}
.BgClassName
{
background-color: #0BEF92;
}
</style>
border-color css
<style>
span { border-color: #0BEF92; }
span { border-color: rgb(11,239,146); }
td.TdClassName
{
border-color: #0BEF92;
}
.TagClassName
{
border-color: #0BEF92;
}
</style>