Html Css Color HEX #0BFB8D Medium Spring Green
📋 copy color: '#0BFB8D'red 11 ◦ green 251 ◦ blue 141
Shades of Medium Spring Green #0BFB8D
Tints of Medium Spring Green #0BFB8D
RGB
CMYK
RGB Variations
Color information
#0BFB8D (or 0x0BFB8D) is known color: Medium Spring Green. HEX triplet: 0B, FB and 8D. RGB value is (11,251,141). Sum of RGB (Red+Green+Blue) = 11+251+141=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 251 (98.44% from 255 or 62.28% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFB8D is #F40472. Grayscale: #A6A6A6. Windows color (decimal): -15991923 or 9304843. OLE color: 9304843.
HSL color Cylindrical-coordinate representation of color #0BFB8D: hue angle of 152.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFB8D is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 141 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.02 |
| HSL | 152.5º | 0.97% | 0.51% | - |
| HSV(B) | 152.5º | 0.96% | 0.98% | - |
| XYZ | 39.44 | 70.99 | 36.82 | - |
| YUV | 166.7 | 113.49 | 16.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 141 | 0.96 | 0 | 0.44 | 0.02 | 152.5 | 0.97 | 0.51 |
| Hex | B | FB | 8D | 60 | 0 | 2C | 2 | 98 | 61 | 33 |
| Octal | 13 | 373 | 215 | 140 | 0 | 54 | 2 | 230 | 141 | 63 |
| Binary | 1011 | 11111011 | 10001101 | 1100000 | 0 | 101100 | 10 | 10011000 | 1100001 | 110011 |
Color Harmonies of #0BFB8D
Complementary color
Monochromatic Colors of #0BFB8D
Black with #0BFB8D
Text Example
Text Example
White with #0BFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB8D; }
p { color: rgb(11,251,141); }
H1.HeaderClassName
{
color: #0BFB8D;
}
.AnyTagClassName
{
color: #0BFB8D;
}
</style>
background-color css
<style>
a { background-color: #0BFB8D; }
a { background-color: rgb(11,251,141); }
div.DivClassName
{
background-color: #0BFB8D;
}
.BgClassName
{
background-color: #0BFB8D;
}
</style>
border-color css
<style>
span { border-color: #0BFB8D; }
span { border-color: rgb(11,251,141); }
td.TdClassName
{
border-color: #0BFB8D;
}
.TagClassName
{
border-color: #0BFB8D;
}
</style>