Shades of Spring Green #0BF78B
Tints of Spring Green #0BF78B
RGB
CMYK
RGB Variations
Color information
#0BF78B (or 0x0BF78B) is known color: Spring Green. HEX triplet: 0B, F7 and 8B. RGB value is (11,247,139). Sum of RGB (Red+Green+Blue) = 11+247+139=397 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.77% from 397); Green value is 247 (96.88% from 255 or 62.22% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF78B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF78B is #F40874. Grayscale: #A4A4A4. Windows color (decimal): -15992949 or 9172747. OLE color: 9172747.
HSL color Cylindrical-coordinate representation of color #0BF78B: hue angle of 152.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF78B is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 139 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.03 |
| HSL | 152.54º | 0.94% | 0.51% | - |
| HSV(B) | 152.54º | 0.96% | 0.97% | - |
| XYZ | 38.06 | 68.46 | 35.63 | - |
| YUV | 164.12 | 113.81 | 18.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 139 | 0.96 | 0 | 0.44 | 0.03 | 152.54 | 0.94 | 0.51 |
| Hex | B | F7 | 8B | 60 | 0 | 2C | 3 | 99 | 5E | 33 |
| Octal | 13 | 367 | 213 | 140 | 0 | 54 | 3 | 231 | 136 | 63 |
| Binary | 1011 | 11110111 | 10001011 | 1100000 | 0 | 101100 | 11 | 10011001 | 1011110 | 110011 |
Color Harmonies of #0BF78B
Complementary color
Monochromatic Colors of #0BF78B
Black with #0BF78B
Text Example
Text Example
White with #0BF78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF78B; }
p { color: rgb(11,247,139); }
H1.HeaderClassName
{
color: #0BF78B;
}
.AnyTagClassName
{
color: #0BF78B;
}
</style>
background-color css
<style>
a { background-color: #0BF78B; }
a { background-color: rgb(11,247,139); }
div.DivClassName
{
background-color: #0BF78B;
}
.BgClassName
{
background-color: #0BF78B;
}
</style>
border-color css
<style>
span { border-color: #0BF78B; }
span { border-color: rgb(11,247,139); }
td.TdClassName
{
border-color: #0BF78B;
}
.TagClassName
{
border-color: #0BF78B;
}
</style>