Shades of Spring Green #0BFA79
Tints of Spring Green #0BFA79
RGB
CMYK
RGB Variations
Color information
#0BFA79 (or 0x0BFA79) is known color: Spring Green. HEX triplet: 0B, FA and 79. RGB value is (11,250,121). Sum of RGB (Red+Green+Blue) = 11+250+121=382 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.88% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA79 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA79 is #F40586. Grayscale: #A4A4A4. Windows color (decimal): -15992199 or 7993867. OLE color: 7993867.
HSL color Cylindrical-coordinate representation of color #0BFA79: hue angle of 147.62º degrees, saturation: 0.96, 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 #0BFA79 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 121 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.02 |
| HSL | 147.62º | 0.96% | 0.51% | - |
| HSV(B) | 147.62º | 0.96% | 0.98% | - |
| XYZ | 37.77 | 69.82 | 29.58 | - |
| YUV | 163.83 | 103.82 | 18.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 121 | 0.96 | 0 | 0.52 | 0.02 | 147.62 | 0.96 | 0.51 |
| Hex | B | FA | 79 | 60 | 0 | 34 | 2 | 94 | 60 | 33 |
| Octal | 13 | 372 | 171 | 140 | 0 | 64 | 2 | 224 | 140 | 63 |
| Binary | 1011 | 11111010 | 1111001 | 1100000 | 0 | 110100 | 10 | 10010100 | 1100000 | 110011 |
Color Harmonies of #0BFA79
Complementary color
Monochromatic Colors of #0BFA79
Black with #0BFA79
Text Example
Text Example
White with #0BFA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA79; }
p { color: rgb(11,250,121); }
H1.HeaderClassName
{
color: #0BFA79;
}
.AnyTagClassName
{
color: #0BFA79;
}
</style>
background-color css
<style>
a { background-color: #0BFA79; }
a { background-color: rgb(11,250,121); }
div.DivClassName
{
background-color: #0BFA79;
}
.BgClassName
{
background-color: #0BFA79;
}
</style>
border-color css
<style>
span { border-color: #0BFA79; }
span { border-color: rgb(11,250,121); }
td.TdClassName
{
border-color: #0BFA79;
}
.TagClassName
{
border-color: #0BFA79;
}
</style>