Shades of Spring Green #0BFB6E
Tints of Spring Green #0BFB6E
RGB
CMYK
RGB Variations
Color information
#0BFB6E (or 0x0BFB6E) is known color: Spring Green. HEX triplet: 0B, FB and 6E. RGB value is (11,251,110). Sum of RGB (Red+Green+Blue) = 11+251+110=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 251 (98.44% from 255 or 67.47% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFB6E is #F40491. Grayscale: #A3A3A3. Windows color (decimal): -15991954 or 7273227. OLE color: 7273227.
HSL color Cylindrical-coordinate representation of color #0BFB6E: hue angle of 144.75º 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 #0BFB6E is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 110 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.02 |
| HSL | 144.75º | 0.97% | 0.51% | - |
| HSV(B) | 144.75º | 0.96% | 0.98% | - |
| XYZ | 37.45 | 70.19 | 26.33 | - |
| YUV | 163.17 | 97.99 | 19.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 110 | 0.96 | 0 | 0.56 | 0.02 | 144.75 | 0.97 | 0.51 |
| Hex | B | FB | 6E | 60 | 0 | 38 | 2 | 91 | 61 | 33 |
| Octal | 13 | 373 | 156 | 140 | 0 | 70 | 2 | 221 | 141 | 63 |
| Binary | 1011 | 11111011 | 1101110 | 1100000 | 0 | 111000 | 10 | 10010001 | 1100001 | 110011 |
Color Harmonies of #0BFB6E
Complementary color
Monochromatic Colors of #0BFB6E
Black with #0BFB6E
Text Example
Text Example
White with #0BFB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB6E; }
p { color: rgb(11,251,110); }
H1.HeaderClassName
{
color: #0BFB6E;
}
.AnyTagClassName
{
color: #0BFB6E;
}
</style>
background-color css
<style>
a { background-color: #0BFB6E; }
a { background-color: rgb(11,251,110); }
div.DivClassName
{
background-color: #0BFB6E;
}
.BgClassName
{
background-color: #0BFB6E;
}
</style>
border-color css
<style>
span { border-color: #0BFB6E; }
span { border-color: rgb(11,251,110); }
td.TdClassName
{
border-color: #0BFB6E;
}
.TagClassName
{
border-color: #0BFB6E;
}
</style>