Shades of Spring Green #0FFB75
Tints of Spring Green #0FFB75
RGB
CMYK
RGB Variations
Color information
#0FFB75 (or 0x0FFB75) is known color: Spring Green. HEX triplet: 0F, FB and 75. RGB value is (15,251,117). Sum of RGB (Red+Green+Blue) = 15+251+117=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 251 (98.44% from 255 or 65.54% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFB75 is #F0048A. Grayscale: #A5A5A5. Windows color (decimal): -15729803 or 7731983. OLE color: 7731983.
HSL color Cylindrical-coordinate representation of color #0FFB75: hue angle of 145.93º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFB75 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 117 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.02 |
| HSL | 145.93º | 0.97% | 0.52% | - |
| HSV(B) | 145.93º | 0.94% | 0.98% | - |
| XYZ | 37.91 | 70.38 | 28.42 | - |
| YUV | 165.16 | 100.81 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 117 | 0.94 | 0 | 0.53 | 0.02 | 145.93 | 0.97 | 0.52 |
| Hex | F | FB | 75 | 5E | 0 | 35 | 2 | 92 | 61 | 34 |
| Octal | 17 | 373 | 165 | 136 | 0 | 65 | 2 | 222 | 141 | 64 |
| Binary | 1111 | 11111011 | 1110101 | 1011110 | 0 | 110101 | 10 | 10010010 | 1100001 | 110100 |
Color Harmonies of #0FFB75
Complementary color
Monochromatic Colors of #0FFB75
Black with #0FFB75
Text Example
Text Example
White with #0FFB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB75; }
p { color: rgb(15,251,117); }
H1.HeaderClassName
{
color: #0FFB75;
}
.AnyTagClassName
{
color: #0FFB75;
}
</style>
background-color css
<style>
a { background-color: #0FFB75; }
a { background-color: rgb(15,251,117); }
div.DivClassName
{
background-color: #0FFB75;
}
.BgClassName
{
background-color: #0FFB75;
}
</style>
border-color css
<style>
span { border-color: #0FFB75; }
span { border-color: rgb(15,251,117); }
td.TdClassName
{
border-color: #0FFB75;
}
.TagClassName
{
border-color: #0FFB75;
}
</style>