Shades of Spring Green #0BFD61
Tints of Spring Green #0BFD61
RGB
CMYK
RGB Variations
Color information
#0BFD61 (or 0x0BFD61) is known color: Spring Green. HEX triplet: 0B, FD and 61. RGB value is (11,253,97). Sum of RGB (Red+Green+Blue) = 11+253+97=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 253 (99.22% from 255 or 70.08% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFD61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFD61 is #F4029E. Grayscale: #A3A3A3. Windows color (decimal): -15991455 or 6421771. OLE color: 6421771.
HSL color Cylindrical-coordinate representation of color #0BFD61: hue angle of 141.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFD61 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 97 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.01 |
| HSL | 141.32º | 0.98% | 0.52% | - |
| HSV(B) | 141.32º | 0.96% | 0.99% | - |
| XYZ | 37.42 | 71.18 | 23.08 | - |
| YUV | 162.86 | 90.83 | 19.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 97 | 0.96 | 0 | 0.62 | 0.01 | 141.32 | 0.98 | 0.52 |
| Hex | B | FD | 61 | 60 | 0 | 3E | 1 | 8D | 62 | 34 |
| Octal | 13 | 375 | 141 | 140 | 0 | 76 | 1 | 215 | 142 | 64 |
| Binary | 1011 | 11111101 | 1100001 | 1100000 | 0 | 111110 | 1 | 10001101 | 1100010 | 110100 |
Color Harmonies of #0BFD61
Complementary color
Monochromatic Colors of #0BFD61
Black with #0BFD61
Text Example
Text Example
White with #0BFD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFD61; }
p { color: rgb(11,253,97); }
H1.HeaderClassName
{
color: #0BFD61;
}
.AnyTagClassName
{
color: #0BFD61;
}
</style>
background-color css
<style>
a { background-color: #0BFD61; }
a { background-color: rgb(11,253,97); }
div.DivClassName
{
background-color: #0BFD61;
}
.BgClassName
{
background-color: #0BFD61;
}
</style>
border-color css
<style>
span { border-color: #0BFD61; }
span { border-color: rgb(11,253,97); }
td.TdClassName
{
border-color: #0BFD61;
}
.TagClassName
{
border-color: #0BFD61;
}
</style>