Shades of Spring Green #0BFB6C
Tints of Spring Green #0BFB6C
RGB
CMYK
RGB Variations
Color information
#0BFB6C (or 0x0BFB6C) is known color: Spring Green. HEX triplet: 0B, FB and 6C. RGB value is (11,251,108). Sum of RGB (Red+Green+Blue) = 11+251+108=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 251 (98.44% from 255 or 67.84% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFB6C is #F40493. Grayscale: #A3A3A3. Windows color (decimal): -15991956 or 7142155. OLE color: 7142155.
HSL color Cylindrical-coordinate representation of color #0BFB6C: hue angle of 144.25º 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 #0BFB6C is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 108 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.02 |
| HSL | 144.25º | 0.97% | 0.51% | - |
| HSV(B) | 144.25º | 0.96% | 0.98% | - |
| XYZ | 37.34 | 70.15 | 25.76 | - |
| YUV | 162.94 | 96.99 | 19.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 108 | 0.96 | 0 | 0.57 | 0.02 | 144.25 | 0.97 | 0.51 |
| Hex | B | FB | 6C | 60 | 0 | 39 | 2 | 90 | 61 | 33 |
| Octal | 13 | 373 | 154 | 140 | 0 | 71 | 2 | 220 | 141 | 63 |
| Binary | 1011 | 11111011 | 1101100 | 1100000 | 0 | 111001 | 10 | 10010000 | 1100001 | 110011 |
Color Harmonies of #0BFB6C
Complementary color
Monochromatic Colors of #0BFB6C
Black with #0BFB6C
Text Example
Text Example
White with #0BFB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB6C; }
p { color: rgb(11,251,108); }
H1.HeaderClassName
{
color: #0BFB6C;
}
.AnyTagClassName
{
color: #0BFB6C;
}
</style>
background-color css
<style>
a { background-color: #0BFB6C; }
a { background-color: rgb(11,251,108); }
div.DivClassName
{
background-color: #0BFB6C;
}
.BgClassName
{
background-color: #0BFB6C;
}
</style>
border-color css
<style>
span { border-color: #0BFB6C; }
span { border-color: rgb(11,251,108); }
td.TdClassName
{
border-color: #0BFB6C;
}
.TagClassName
{
border-color: #0BFB6C;
}
</style>