Shades of Spring Green #0BF488
Tints of Spring Green #0BF488
RGB
CMYK
RGB Variations
Color information
#0BF488 (or 0x0BF488) is known color: Spring Green. HEX triplet: 0B, F4 and 88. RGB value is (11,244,136). Sum of RGB (Red+Green+Blue) = 11+244+136=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 244 (95.70% from 255 or 62.40% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 244 - color contains mainly: green. Hex color #0BF488 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF488 is #F40B77. Grayscale: #A2A2A2. Windows color (decimal): -15993720 or 8975371. OLE color: 8975371.
HSL color Cylindrical-coordinate representation of color #0BF488: hue angle of 152.19º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF488 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 244 | 136 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.04 |
| HSL | 152.19º | 0.91% | 0.5% | - |
| HSV(B) | 152.19º | 0.95% | 0.96% | - |
| XYZ | 36.93 | 66.55 | 34.19 | - |
| YUV | 162.02 | 113.31 | 20.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 244 | 136 | 0.95 | 0 | 0.44 | 0.04 | 152.19 | 0.91 | 0.5 |
| Hex | B | F4 | 88 | 5F | 0 | 2C | 4 | 98 | 5B | 32 |
| Octal | 13 | 364 | 210 | 137 | 0 | 54 | 4 | 230 | 133 | 62 |
| Binary | 1011 | 11110100 | 10001000 | 1011111 | 0 | 101100 | 100 | 10011000 | 1011011 | 110010 |
Color Harmonies of #0BF488
Complementary color
Monochromatic Colors of #0BF488
Black with #0BF488
Text Example
Text Example
White with #0BF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF488; }
p { color: rgb(11,244,136); }
H1.HeaderClassName
{
color: #0BF488;
}
.AnyTagClassName
{
color: #0BF488;
}
</style>
background-color css
<style>
a { background-color: #0BF488; }
a { background-color: rgb(11,244,136); }
div.DivClassName
{
background-color: #0BF488;
}
.BgClassName
{
background-color: #0BF488;
}
</style>
border-color css
<style>
span { border-color: #0BF488; }
span { border-color: rgb(11,244,136); }
td.TdClassName
{
border-color: #0BF488;
}
.TagClassName
{
border-color: #0BF488;
}
</style>