Shades of Spring Green #0FDF74
Tints of Spring Green #0FDF74
RGB
CMYK
RGB Variations
Color information
#0FDF74 (or 0x0FDF74) is known color: Spring Green. HEX triplet: 0F, DF and 74. RGB value is (15,223,116). Sum of RGB (Red+Green+Blue) = 15+223+116=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDF74 is #F0208B. Grayscale: #949494. Windows color (decimal): -15736972 or 7659279. OLE color: 7659279.
HSL color Cylindrical-coordinate representation of color #0FDF74: hue angle of 149.13º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF74 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 116 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.13 |
| HSL | 149.13º | 0.87% | 0.47% | - |
| HSV(B) | 149.13º | 0.93% | 0.87% | - |
| XYZ | 29.74 | 54.14 | 25.41 | - |
| YUV | 148.61 | 109.59 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 116 | 0.93 | 0 | 0.48 | 0.13 | 149.13 | 0.87 | 0.47 |
| Hex | F | DF | 74 | 5D | 0 | 30 | D | 95 | 57 | 2F |
| Octal | 17 | 337 | 164 | 135 | 0 | 60 | 15 | 225 | 127 | 57 |
| Binary | 1111 | 11011111 | 1110100 | 1011101 | 0 | 110000 | 1101 | 10010101 | 1010111 | 101111 |
Color Harmonies of #0FDF74
Complementary color
Monochromatic Colors of #0FDF74
Black with #0FDF74
Text Example
Text Example
White with #0FDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF74; }
p { color: rgb(15,223,116); }
H1.HeaderClassName
{
color: #0FDF74;
}
.AnyTagClassName
{
color: #0FDF74;
}
</style>
background-color css
<style>
a { background-color: #0FDF74; }
a { background-color: rgb(15,223,116); }
div.DivClassName
{
background-color: #0FDF74;
}
.BgClassName
{
background-color: #0FDF74;
}
</style>
border-color css
<style>
span { border-color: #0FDF74; }
span { border-color: rgb(15,223,116); }
td.TdClassName
{
border-color: #0FDF74;
}
.TagClassName
{
border-color: #0FDF74;
}
</style>