Shades of Spring Green #0FE47D
Tints of Spring Green #0FE47D
RGB
CMYK
RGB Variations
Color information
#0FE47D (or 0x0FE47D) is known color: Spring Green. HEX triplet: 0F, E4 and 7D. RGB value is (15,228,125). Sum of RGB (Red+Green+Blue) = 15+228+125=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 228 (89.45% from 255 or 61.96% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE47D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE47D is #F01B82. Grayscale: #989898. Windows color (decimal): -15735683 or 8250383. OLE color: 8250383.
HSL color Cylindrical-coordinate representation of color #0FE47D: hue angle of 150.99º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE47D is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 125 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.11 |
| HSL | 150.99º | 0.88% | 0.48% | - |
| HSV(B) | 150.99º | 0.93% | 0.89% | - |
| XYZ | 31.64 | 57.07 | 28.75 | - |
| YUV | 152.57 | 112.43 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 125 | 0.93 | 0 | 0.45 | 0.11 | 150.99 | 0.88 | 0.48 |
| Hex | F | E4 | 7D | 5D | 0 | 2D | B | 97 | 58 | 30 |
| Octal | 17 | 344 | 175 | 135 | 0 | 55 | 13 | 227 | 130 | 60 |
| Binary | 1111 | 11100100 | 1111101 | 1011101 | 0 | 101101 | 1011 | 10010111 | 1011000 | 110000 |
Color Harmonies of #0FE47D
Complementary color
Monochromatic Colors of #0FE47D
Black with #0FE47D
Text Example
Text Example
White with #0FE47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE47D; }
p { color: rgb(15,228,125); }
H1.HeaderClassName
{
color: #0FE47D;
}
.AnyTagClassName
{
color: #0FE47D;
}
</style>
background-color css
<style>
a { background-color: #0FE47D; }
a { background-color: rgb(15,228,125); }
div.DivClassName
{
background-color: #0FE47D;
}
.BgClassName
{
background-color: #0FE47D;
}
</style>
border-color css
<style>
span { border-color: #0FE47D; }
span { border-color: rgb(15,228,125); }
td.TdClassName
{
border-color: #0FE47D;
}
.TagClassName
{
border-color: #0FE47D;
}
</style>