Shades of Spring Green #0BDC76
Tints of Spring Green #0BDC76
RGB
CMYK
RGB Variations
Color information
#0BDC76 (or 0x0BDC76) is known color: Spring Green. HEX triplet: 0B, DC and 76. RGB value is (11,220,118). Sum of RGB (Red+Green+Blue) = 11+220+118=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC76 is #F42389. Grayscale: #929292. Windows color (decimal): -15999882 or 7789579. OLE color: 7789579.
HSL color Cylindrical-coordinate representation of color #0BDC76: hue angle of 150.72º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC76 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 118 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.14 |
| HSL | 150.72º | 0.9% | 0.45% | - |
| HSV(B) | 150.72º | 0.95% | 0.86% | - |
| XYZ | 29 | 52.57 | 25.76 | - |
| YUV | 145.88 | 112.26 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 118 | 0.95 | 0 | 0.46 | 0.14 | 150.72 | 0.9 | 0.45 |
| Hex | B | DC | 76 | 5F | 0 | 2E | E | 97 | 5A | 2D |
| Octal | 13 | 334 | 166 | 137 | 0 | 56 | 16 | 227 | 132 | 55 |
| Binary | 1011 | 11011100 | 1110110 | 1011111 | 0 | 101110 | 1110 | 10010111 | 1011010 | 101101 |
Color Harmonies of #0BDC76
Complementary color
Monochromatic Colors of #0BDC76
Black with #0BDC76
Text Example
Text Example
White with #0BDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC76; }
p { color: rgb(11,220,118); }
H1.HeaderClassName
{
color: #0BDC76;
}
.AnyTagClassName
{
color: #0BDC76;
}
</style>
background-color css
<style>
a { background-color: #0BDC76; }
a { background-color: rgb(11,220,118); }
div.DivClassName
{
background-color: #0BDC76;
}
.BgClassName
{
background-color: #0BDC76;
}
</style>
border-color css
<style>
span { border-color: #0BDC76; }
span { border-color: rgb(11,220,118); }
td.TdClassName
{
border-color: #0BDC76;
}
.TagClassName
{
border-color: #0BDC76;
}
</style>