Shades of Spring Green #0FDD78
Tints of Spring Green #0FDD78
RGB
CMYK
RGB Variations
Color information
#0FDD78 (or 0x0FDD78) is known color: Spring Green. HEX triplet: 0F, DD and 78. RGB value is (15,221,120). Sum of RGB (Red+Green+Blue) = 15+221+120=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD78 is #F02287. Grayscale: #949494. Windows color (decimal): -15737480 or 7920911. OLE color: 7920911.
HSL color Cylindrical-coordinate representation of color #0FDD78: hue angle of 150.58º 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 #0FDD78 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 120 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.13 |
| HSL | 150.58º | 0.87% | 0.46% | - |
| HSV(B) | 150.58º | 0.93% | 0.87% | - |
| XYZ | 29.44 | 53.17 | 26.48 | - |
| YUV | 147.89 | 112.25 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 120 | 0.93 | 0 | 0.46 | 0.13 | 150.58 | 0.87 | 0.46 |
| Hex | F | DD | 78 | 5D | 0 | 2E | D | 97 | 57 | 2E |
| Octal | 17 | 335 | 170 | 135 | 0 | 56 | 15 | 227 | 127 | 56 |
| Binary | 1111 | 11011101 | 1111000 | 1011101 | 0 | 101110 | 1101 | 10010111 | 1010111 | 101110 |
Color Harmonies of #0FDD78
Complementary color
Monochromatic Colors of #0FDD78
Black with #0FDD78
Text Example
Text Example
White with #0FDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD78; }
p { color: rgb(15,221,120); }
H1.HeaderClassName
{
color: #0FDD78;
}
.AnyTagClassName
{
color: #0FDD78;
}
</style>
background-color css
<style>
a { background-color: #0FDD78; }
a { background-color: rgb(15,221,120); }
div.DivClassName
{
background-color: #0FDD78;
}
.BgClassName
{
background-color: #0FDD78;
}
</style>
border-color css
<style>
span { border-color: #0FDD78; }
span { border-color: rgb(15,221,120); }
td.TdClassName
{
border-color: #0FDD78;
}
.TagClassName
{
border-color: #0FDD78;
}
</style>