Shades of Spring Green #0BF275
Tints of Spring Green #0BF275
RGB
CMYK
RGB Variations
Color information
#0BF275 (or 0x0BF275) is known color: Spring Green. HEX triplet: 0B, F2 and 75. RGB value is (11,242,117). Sum of RGB (Red+Green+Blue) = 11+242+117=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF275 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF275 is #F40D8A. Grayscale: #9E9E9E. Windows color (decimal): -15994251 or 7729675. OLE color: 7729675.
HSL color Cylindrical-coordinate representation of color #0BF275: hue angle of 147.53º 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 #0BF275 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 242 | 117 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.05 |
| HSL | 147.53º | 0.91% | 0.5% | - |
| HSV(B) | 147.53º | 0.95% | 0.95% | - |
| XYZ | 35.1 | 64.86 | 27.5 | - |
| YUV | 158.68 | 104.47 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 117 | 0.95 | 0 | 0.52 | 0.05 | 147.53 | 0.91 | 0.5 |
| Hex | B | F2 | 75 | 5F | 0 | 34 | 5 | 94 | 5B | 32 |
| Octal | 13 | 362 | 165 | 137 | 0 | 64 | 5 | 224 | 133 | 62 |
| Binary | 1011 | 11110010 | 1110101 | 1011111 | 0 | 110100 | 101 | 10010100 | 1011011 | 110010 |
Color Harmonies of #0BF275
Complementary color
Monochromatic Colors of #0BF275
Black with #0BF275
Text Example
Text Example
White with #0BF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF275; }
p { color: rgb(11,242,117); }
H1.HeaderClassName
{
color: #0BF275;
}
.AnyTagClassName
{
color: #0BF275;
}
</style>
background-color css
<style>
a { background-color: #0BF275; }
a { background-color: rgb(11,242,117); }
div.DivClassName
{
background-color: #0BF275;
}
.BgClassName
{
background-color: #0BF275;
}
</style>
border-color css
<style>
span { border-color: #0BF275; }
span { border-color: rgb(11,242,117); }
td.TdClassName
{
border-color: #0BF275;
}
.TagClassName
{
border-color: #0BF275;
}
</style>