Shades of Spring Green #0BF67F
Tints of Spring Green #0BF67F
RGB
CMYK
RGB Variations
Color information
#0BF67F (or 0x0BF67F) is known color: Spring Green. HEX triplet: 0B, F6 and 7F. RGB value is (11,246,127). Sum of RGB (Red+Green+Blue) = 11+246+127=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 246 (96.48% from 255 or 64.06% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF67F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF67F is #F40980. Grayscale: #A2A2A2. Windows color (decimal): -15993217 or 8386059. OLE color: 8386059.
HSL color Cylindrical-coordinate representation of color #0BF67F: hue angle of 149.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF67F is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 127 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.04 |
| HSL | 149.62º | 0.93% | 0.5% | - |
| HSV(B) | 149.62º | 0.96% | 0.96% | - |
| XYZ | 36.92 | 67.51 | 31.16 | - |
| YUV | 162.17 | 108.14 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 127 | 0.96 | 0 | 0.48 | 0.04 | 149.62 | 0.93 | 0.5 |
| Hex | B | F6 | 7F | 60 | 0 | 30 | 4 | 96 | 5D | 32 |
| Octal | 13 | 366 | 177 | 140 | 0 | 60 | 4 | 226 | 135 | 62 |
| Binary | 1011 | 11110110 | 1111111 | 1100000 | 0 | 110000 | 100 | 10010110 | 1011101 | 110010 |
Color Harmonies of #0BF67F
Complementary color
Monochromatic Colors of #0BF67F
Black with #0BF67F
Text Example
Text Example
White with #0BF67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF67F; }
p { color: rgb(11,246,127); }
H1.HeaderClassName
{
color: #0BF67F;
}
.AnyTagClassName
{
color: #0BF67F;
}
</style>
background-color css
<style>
a { background-color: #0BF67F; }
a { background-color: rgb(11,246,127); }
div.DivClassName
{
background-color: #0BF67F;
}
.BgClassName
{
background-color: #0BF67F;
}
</style>
border-color css
<style>
span { border-color: #0BF67F; }
span { border-color: rgb(11,246,127); }
td.TdClassName
{
border-color: #0BF67F;
}
.TagClassName
{
border-color: #0BF67F;
}
</style>