Shades of Spring Green #0FDD75
Tints of Spring Green #0FDD75
RGB
CMYK
RGB Variations
Color information
#0FDD75 (or 0x0FDD75) is known color: Spring Green. HEX triplet: 0F, DD and 75. RGB value is (15,221,117). Sum of RGB (Red+Green+Blue) = 15+221+117=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD75 is #F0228A. Grayscale: #939393. Windows color (decimal): -15737483 or 7724303. OLE color: 7724303.
HSL color Cylindrical-coordinate representation of color #0FDD75: hue angle of 149.71º 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 #0FDD75 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 117 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.13 |
| HSL | 149.71º | 0.87% | 0.46% | - |
| HSV(B) | 149.71º | 0.93% | 0.87% | - |
| XYZ | 29.26 | 53.1 | 25.54 | - |
| YUV | 147.55 | 110.75 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 117 | 0.93 | 0 | 0.47 | 0.13 | 149.71 | 0.87 | 0.46 |
| Hex | F | DD | 75 | 5D | 0 | 2F | D | 96 | 57 | 2E |
| Octal | 17 | 335 | 165 | 135 | 0 | 57 | 15 | 226 | 127 | 56 |
| Binary | 1111 | 11011101 | 1110101 | 1011101 | 0 | 101111 | 1101 | 10010110 | 1010111 | 101110 |
Color Harmonies of #0FDD75
Complementary color
Monochromatic Colors of #0FDD75
Black with #0FDD75
Text Example
Text Example
White with #0FDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD75; }
p { color: rgb(15,221,117); }
H1.HeaderClassName
{
color: #0FDD75;
}
.AnyTagClassName
{
color: #0FDD75;
}
</style>
background-color css
<style>
a { background-color: #0FDD75; }
a { background-color: rgb(15,221,117); }
div.DivClassName
{
background-color: #0FDD75;
}
.BgClassName
{
background-color: #0FDD75;
}
</style>
border-color css
<style>
span { border-color: #0FDD75; }
span { border-color: rgb(15,221,117); }
td.TdClassName
{
border-color: #0FDD75;
}
.TagClassName
{
border-color: #0FDD75;
}
</style>