Shades of Spring Green #0BFF61
Tints of Spring Green #0BFF61
RGB
CMYK
RGB Variations
Color information
#0BFF61 (or 0x0BFF61) is known color: Spring Green. HEX triplet: 0B, FF and 61. RGB value is (11,255,97). Sum of RGB (Red+Green+Blue) = 11+255+97=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF61 is #F4009E. Grayscale: #A4A4A4. Windows color (decimal): -15990943 or 6422283. OLE color: 6422283.
HSL color Cylindrical-coordinate representation of color #0BFF61: hue angle of 141.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF61 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 97 | - |
| CMYK | 0.96 | 0 | 0.62 | 0 |
| HSL | 141.15º | 1% | 0.52% | - |
| HSV(B) | 141.15º | 0.96% | 1% | - |
| XYZ | 38.06 | 72.45 | 23.29 | - |
| YUV | 164.03 | 90.16 | 18.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 97 | 0.96 | 0 | 0.62 | 0 | 141.15 | 1 | 0.52 |
| Hex | B | FF | 61 | 60 | 0 | 3E | 0 | 8D | 64 | 34 |
| Octal | 13 | 377 | 141 | 140 | 0 | 76 | 0 | 215 | 144 | 64 |
| Binary | 1011 | 11111111 | 1100001 | 1100000 | 0 | 111110 | 0 | 10001101 | 1100100 | 110100 |
Color Harmonies of #0BFF61
Complementary color
Monochromatic Colors of #0BFF61
Black with #0BFF61
Text Example
Text Example
White with #0BFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF61; }
p { color: rgb(11,255,97); }
H1.HeaderClassName
{
color: #0BFF61;
}
.AnyTagClassName
{
color: #0BFF61;
}
</style>
background-color css
<style>
a { background-color: #0BFF61; }
a { background-color: rgb(11,255,97); }
div.DivClassName
{
background-color: #0BFF61;
}
.BgClassName
{
background-color: #0BFF61;
}
</style>
border-color css
<style>
span { border-color: #0BFF61; }
span { border-color: rgb(11,255,97); }
td.TdClassName
{
border-color: #0BFF61;
}
.TagClassName
{
border-color: #0BFF61;
}
</style>