Shades of Spring Green #0BF980
Tints of Spring Green #0BF980
RGB
CMYK
RGB Variations
Color information
#0BF980 (or 0x0BF980) is known color: Spring Green. HEX triplet: 0B, F9 and 80. RGB value is (11,249,128). Sum of RGB (Red+Green+Blue) = 11+249+128=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF980 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF980 is #F4067F. Grayscale: #A4A4A4. Windows color (decimal): -15992448 or 8452363. OLE color: 8452363.
HSL color Cylindrical-coordinate representation of color #0BF980: hue angle of 149.5º degrees, saturation: 0.95, 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 #0BF980 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 249 | 128 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.02 |
| HSL | 149.5º | 0.95% | 0.51% | - |
| HSV(B) | 149.5º | 0.96% | 0.98% | - |
| XYZ | 37.91 | 69.38 | 31.82 | - |
| YUV | 164.04 | 107.65 | 18.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 128 | 0.96 | 0 | 0.49 | 0.02 | 149.5 | 0.95 | 0.51 |
| Hex | B | F9 | 80 | 60 | 0 | 31 | 2 | 95 | 5F | 33 |
| Octal | 13 | 371 | 200 | 140 | 0 | 61 | 2 | 225 | 137 | 63 |
| Binary | 1011 | 11111001 | 10000000 | 1100000 | 0 | 110001 | 10 | 10010101 | 1011111 | 110011 |
Color Harmonies of #0BF980
Complementary color
Monochromatic Colors of #0BF980
Black with #0BF980
Text Example
Text Example
White with #0BF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF980; }
p { color: rgb(11,249,128); }
H1.HeaderClassName
{
color: #0BF980;
}
.AnyTagClassName
{
color: #0BF980;
}
</style>
background-color css
<style>
a { background-color: #0BF980; }
a { background-color: rgb(11,249,128); }
div.DivClassName
{
background-color: #0BF980;
}
.BgClassName
{
background-color: #0BF980;
}
</style>
border-color css
<style>
span { border-color: #0BF980; }
span { border-color: rgb(11,249,128); }
td.TdClassName
{
border-color: #0BF980;
}
.TagClassName
{
border-color: #0BF980;
}
</style>