Shades of Spring Green #0FEF75
Tints of Spring Green #0FEF75
RGB
CMYK
RGB Variations
Color information
#0FEF75 (or 0x0FEF75) is known color: Spring Green. HEX triplet: 0F, EF and 75. RGB value is (15,239,117). Sum of RGB (Red+Green+Blue) = 15+239+117=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEF75 is #F0108A. Grayscale: #9E9E9E. Windows color (decimal): -15732875 or 7728911. OLE color: 7728911.
HSL color Cylindrical-coordinate representation of color #0FEF75: hue angle of 147.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEF75 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 117 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.06 |
| HSL | 147.32º | 0.88% | 0.5% | - |
| HSV(B) | 147.32º | 0.94% | 0.94% | - |
| XYZ | 34.27 | 63.12 | 27.21 | - |
| YUV | 158.12 | 104.79 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 117 | 0.94 | 0 | 0.51 | 0.06 | 147.32 | 0.88 | 0.5 |
| Hex | F | EF | 75 | 5E | 0 | 33 | 6 | 93 | 58 | 32 |
| Octal | 17 | 357 | 165 | 136 | 0 | 63 | 6 | 223 | 130 | 62 |
| Binary | 1111 | 11101111 | 1110101 | 1011110 | 0 | 110011 | 110 | 10010011 | 1011000 | 110010 |
Color Harmonies of #0FEF75
Complementary color
Monochromatic Colors of #0FEF75
Black with #0FEF75
Text Example
Text Example
White with #0FEF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEF75; }
p { color: rgb(15,239,117); }
H1.HeaderClassName
{
color: #0FEF75;
}
.AnyTagClassName
{
color: #0FEF75;
}
</style>
background-color css
<style>
a { background-color: #0FEF75; }
a { background-color: rgb(15,239,117); }
div.DivClassName
{
background-color: #0FEF75;
}
.BgClassName
{
background-color: #0FEF75;
}
</style>
border-color css
<style>
span { border-color: #0FEF75; }
span { border-color: rgb(15,239,117); }
td.TdClassName
{
border-color: #0FEF75;
}
.TagClassName
{
border-color: #0FEF75;
}
</style>