Shades of Spring Green #0FDD79
Tints of Spring Green #0FDD79
RGB
CMYK
RGB Variations
Color information
#0FDD79 (or 0x0FDD79) is known color: Spring Green. HEX triplet: 0F, DD and 79. RGB value is (15,221,121). Sum of RGB (Red+Green+Blue) = 15+221+121=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD79 is #F02286. Grayscale: #949494. Windows color (decimal): -15737479 or 7986447. OLE color: 7986447.
HSL color Cylindrical-coordinate representation of color #0FDD79: hue angle of 150.87º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD79 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 121 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.13 |
| HSL | 150.87º | 0.87% | 0.46% | - |
| HSV(B) | 150.87º | 0.93% | 0.87% | - |
| XYZ | 29.5 | 53.19 | 26.8 | - |
| YUV | 148.01 | 112.75 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 121 | 0.93 | 0 | 0.45 | 0.13 | 150.87 | 0.87 | 0.46 |
| Hex | F | DD | 79 | 5D | 0 | 2D | D | 97 | 57 | 2E |
| Octal | 17 | 335 | 171 | 135 | 0 | 55 | 15 | 227 | 127 | 56 |
| Binary | 1111 | 11011101 | 1111001 | 1011101 | 0 | 101101 | 1101 | 10010111 | 1010111 | 101110 |
Color Harmonies of #0FDD79
Complementary color
Monochromatic Colors of #0FDD79
Black with #0FDD79
Text Example
Text Example
White with #0FDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD79; }
p { color: rgb(15,221,121); }
H1.HeaderClassName
{
color: #0FDD79;
}
.AnyTagClassName
{
color: #0FDD79;
}
</style>
background-color css
<style>
a { background-color: #0FDD79; }
a { background-color: rgb(15,221,121); }
div.DivClassName
{
background-color: #0FDD79;
}
.BgClassName
{
background-color: #0FDD79;
}
</style>
border-color css
<style>
span { border-color: #0FDD79; }
span { border-color: rgb(15,221,121); }
td.TdClassName
{
border-color: #0FDD79;
}
.TagClassName
{
border-color: #0FDD79;
}
</style>