Shades of Spring Green #0BFE65
Tints of Spring Green #0BFE65
RGB
CMYK
RGB Variations
Color information
#0BFE65 (or 0x0BFE65) is known color: Spring Green. HEX triplet: 0B, FE and 65. RGB value is (11,254,101). Sum of RGB (Red+Green+Blue) = 11+254+101=366 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 366); Green value is 254 (99.61% from 255 or 69.40% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFE65 is #F4019A. Grayscale: #A4A4A4. Windows color (decimal): -15991195 or 6684171. OLE color: 6684171.
HSL color Cylindrical-coordinate representation of color #0BFE65: hue angle of 142.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFE65 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 101 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.00 |
| HSL | 142.22º | 0.99% | 0.52% | - |
| HSV(B) | 142.22º | 0.96% | 1% | - |
| XYZ | 37.93 | 71.89 | 24.19 | - |
| YUV | 163.9 | 92.49 | 18.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 101 | 0.96 | 0 | 0.60 | 0.00 | 142.22 | 0.99 | 0.52 |
| Hex | B | FE | 65 | 60 | 0 | 3C | 0 | 8E | 63 | 34 |
| Octal | 13 | 376 | 145 | 140 | 0 | 74 | 0 | 216 | 143 | 64 |
| Binary | 1011 | 11111110 | 1100101 | 1100000 | 0 | 111100 | 0 | 10001110 | 1100011 | 110100 |
Color Harmonies of #0BFE65
Complementary color
Monochromatic Colors of #0BFE65
Black with #0BFE65
Text Example
Text Example
White with #0BFE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFE65; }
p { color: rgb(11,254,101); }
H1.HeaderClassName
{
color: #0BFE65;
}
.AnyTagClassName
{
color: #0BFE65;
}
</style>
background-color css
<style>
a { background-color: #0BFE65; }
a { background-color: rgb(11,254,101); }
div.DivClassName
{
background-color: #0BFE65;
}
.BgClassName
{
background-color: #0BFE65;
}
</style>
border-color css
<style>
span { border-color: #0BFE65; }
span { border-color: rgb(11,254,101); }
td.TdClassName
{
border-color: #0BFE65;
}
.TagClassName
{
border-color: #0BFE65;
}
</style>