Shades of Spring Green #0BF977
Tints of Spring Green #0BF977
RGB
CMYK
RGB Variations
Color information
#0BF977 (or 0x0BF977) is known color: Spring Green. HEX triplet: 0B, F9 and 77. RGB value is (11,249,119). Sum of RGB (Red+Green+Blue) = 11+249+119=379 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.90% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF977 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF977 is #F40688. Grayscale: #A3A3A3. Windows color (decimal): -15992457 or 7862539. OLE color: 7862539.
HSL color Cylindrical-coordinate representation of color #0BF977: hue angle of 147.23º degrees, saturation: 0.95, 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 #0BF977 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 249 | 119 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.02 |
| HSL | 147.23º | 0.95% | 0.51% | - |
| HSV(B) | 147.23º | 0.96% | 0.98% | - |
| XYZ | 37.34 | 69.15 | 28.83 | - |
| YUV | 163.02 | 103.15 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 119 | 0.96 | 0 | 0.52 | 0.02 | 147.23 | 0.95 | 0.51 |
| Hex | B | F9 | 77 | 60 | 0 | 34 | 2 | 93 | 5F | 33 |
| Octal | 13 | 371 | 167 | 140 | 0 | 64 | 2 | 223 | 137 | 63 |
| Binary | 1011 | 11111001 | 1110111 | 1100000 | 0 | 110100 | 10 | 10010011 | 1011111 | 110011 |
Color Harmonies of #0BF977
Complementary color
Monochromatic Colors of #0BF977
Black with #0BF977
Text Example
Text Example
White with #0BF977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF977; }
p { color: rgb(11,249,119); }
H1.HeaderClassName
{
color: #0BF977;
}
.AnyTagClassName
{
color: #0BF977;
}
</style>
background-color css
<style>
a { background-color: #0BF977; }
a { background-color: rgb(11,249,119); }
div.DivClassName
{
background-color: #0BF977;
}
.BgClassName
{
background-color: #0BF977;
}
</style>
border-color css
<style>
span { border-color: #0BF977; }
span { border-color: rgb(11,249,119); }
td.TdClassName
{
border-color: #0BF977;
}
.TagClassName
{
border-color: #0BF977;
}
</style>