Shades of Spring Green #0BFE67
Tints of Spring Green #0BFE67
RGB
CMYK
RGB Variations
Color information
#0BFE67 (or 0x0BFE67) is known color: Spring Green. HEX triplet: 0B, FE and 67. RGB value is (11,254,103). Sum of RGB (Red+Green+Blue) = 11+254+103=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE67 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFE67 is #F40198. Grayscale: #A4A4A4. Windows color (decimal): -15991193 or 6815243. OLE color: 6815243.
HSL color Cylindrical-coordinate representation of color #0BFE67: hue angle of 142.72º 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 #0BFE67 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 103 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.00 |
| HSL | 142.72º | 0.99% | 0.52% | - |
| HSV(B) | 142.72º | 0.96% | 1% | - |
| XYZ | 38.03 | 71.93 | 24.71 | - |
| YUV | 164.13 | 93.49 | 18.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 103 | 0.96 | 0 | 0.59 | 0.00 | 142.72 | 0.99 | 0.52 |
| Hex | B | FE | 67 | 60 | 0 | 3B | 0 | 8F | 63 | 34 |
| Octal | 13 | 376 | 147 | 140 | 0 | 73 | 0 | 217 | 143 | 64 |
| Binary | 1011 | 11111110 | 1100111 | 1100000 | 0 | 111011 | 0 | 10001111 | 1100011 | 110100 |
Color Harmonies of #0BFE67
Complementary color
Monochromatic Colors of #0BFE67
Black with #0BFE67
Text Example
Text Example
White with #0BFE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFE67; }
p { color: rgb(11,254,103); }
H1.HeaderClassName
{
color: #0BFE67;
}
.AnyTagClassName
{
color: #0BFE67;
}
</style>
background-color css
<style>
a { background-color: #0BFE67; }
a { background-color: rgb(11,254,103); }
div.DivClassName
{
background-color: #0BFE67;
}
.BgClassName
{
background-color: #0BFE67;
}
</style>
border-color css
<style>
span { border-color: #0BFE67; }
span { border-color: rgb(11,254,103); }
td.TdClassName
{
border-color: #0BFE67;
}
.TagClassName
{
border-color: #0BFE67;
}
</style>