Shades of Spring Green #0BF27B
Tints of Spring Green #0BF27B
RGB
CMYK
RGB Variations
Color information
#0BF27B (or 0x0BF27B) is known color: Spring Green. HEX triplet: 0B, F2 and 7B. RGB value is (11,242,123). Sum of RGB (Red+Green+Blue) = 11+242+123=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF27B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF27B is #F40D84. Grayscale: #9F9F9F. Windows color (decimal): -15994245 or 8122891. OLE color: 8122891.
HSL color Cylindrical-coordinate representation of color #0BF27B: hue angle of 149.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF27B is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 242 | 123 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.05 |
| HSL | 149.09º | 0.91% | 0.5% | - |
| HSV(B) | 149.09º | 0.95% | 0.95% | - |
| XYZ | 35.47 | 65.01 | 29.42 | - |
| YUV | 159.37 | 107.47 | 22.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 123 | 0.95 | 0 | 0.49 | 0.05 | 149.09 | 0.91 | 0.5 |
| Hex | B | F2 | 7B | 5F | 0 | 31 | 5 | 95 | 5B | 32 |
| Octal | 13 | 362 | 173 | 137 | 0 | 61 | 5 | 225 | 133 | 62 |
| Binary | 1011 | 11110010 | 1111011 | 1011111 | 0 | 110001 | 101 | 10010101 | 1011011 | 110010 |
Color Harmonies of #0BF27B
Complementary color
Monochromatic Colors of #0BF27B
Black with #0BF27B
Text Example
Text Example
White with #0BF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF27B; }
p { color: rgb(11,242,123); }
H1.HeaderClassName
{
color: #0BF27B;
}
.AnyTagClassName
{
color: #0BF27B;
}
</style>
background-color css
<style>
a { background-color: #0BF27B; }
a { background-color: rgb(11,242,123); }
div.DivClassName
{
background-color: #0BF27B;
}
.BgClassName
{
background-color: #0BF27B;
}
</style>
border-color css
<style>
span { border-color: #0BF27B; }
span { border-color: rgb(11,242,123); }
td.TdClassName
{
border-color: #0BF27B;
}
.TagClassName
{
border-color: #0BF27B;
}
</style>