Shades of Spring Green #0BFF78
Tints of Spring Green #0BFF78
RGB
CMYK
RGB Variations
Color information
#0BFF78 (or 0x0BFF78) is known color: Spring Green. HEX triplet: 0B, FF and 78. RGB value is (11,255,120). Sum of RGB (Red+Green+Blue) = 11+255+120=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF78 is #F40087. Grayscale: #A6A6A6. Windows color (decimal): -15990920 or 7929611. OLE color: 7929611.
HSL color Cylindrical-coordinate representation of color #0BFF78: hue angle of 146.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF78 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 120 | - |
| CMYK | 0.96 | 0 | 0.53 | 0 |
| HSL | 146.8º | 1% | 0.52% | - |
| HSV(B) | 146.8º | 0.96% | 1% | - |
| XYZ | 39.29 | 72.95 | 29.78 | - |
| YUV | 166.65 | 101.66 | 16.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 120 | 0.96 | 0 | 0.53 | 0 | 146.8 | 1 | 0.52 |
| Hex | B | FF | 78 | 60 | 0 | 35 | 0 | 93 | 64 | 34 |
| Octal | 13 | 377 | 170 | 140 | 0 | 65 | 0 | 223 | 144 | 64 |
| Binary | 1011 | 11111111 | 1111000 | 1100000 | 0 | 110101 | 0 | 10010011 | 1100100 | 110100 |
Color Harmonies of #0BFF78
Complementary color
Monochromatic Colors of #0BFF78
Black with #0BFF78
Text Example
Text Example
White with #0BFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF78; }
p { color: rgb(11,255,120); }
H1.HeaderClassName
{
color: #0BFF78;
}
.AnyTagClassName
{
color: #0BFF78;
}
</style>
background-color css
<style>
a { background-color: #0BFF78; }
a { background-color: rgb(11,255,120); }
div.DivClassName
{
background-color: #0BFF78;
}
.BgClassName
{
background-color: #0BFF78;
}
</style>
border-color css
<style>
span { border-color: #0BFF78; }
span { border-color: rgb(11,255,120); }
td.TdClassName
{
border-color: #0BFF78;
}
.TagClassName
{
border-color: #0BFF78;
}
</style>