Shades of Spring Green #0FDF78
Tints of Spring Green #0FDF78
RGB
CMYK
RGB Variations
Color information
#0FDF78 (or 0x0FDF78) is known color: Spring Green. HEX triplet: 0F, DF and 78. RGB value is (15,223,120). Sum of RGB (Red+Green+Blue) = 15+223+120=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDF78 is #F02087. Grayscale: #959595. Windows color (decimal): -15736968 or 7921423. OLE color: 7921423.
HSL color Cylindrical-coordinate representation of color #0FDF78: hue angle of 150.29º 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 #0FDF78 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 120 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.13 |
| HSL | 150.29º | 0.87% | 0.47% | - |
| HSV(B) | 150.29º | 0.93% | 0.87% | - |
| XYZ | 29.97 | 54.23 | 26.66 | - |
| YUV | 149.07 | 111.59 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 120 | 0.93 | 0 | 0.46 | 0.13 | 150.29 | 0.87 | 0.47 |
| Hex | F | DF | 78 | 5D | 0 | 2E | D | 96 | 57 | 2F |
| Octal | 17 | 337 | 170 | 135 | 0 | 56 | 15 | 226 | 127 | 57 |
| Binary | 1111 | 11011111 | 1111000 | 1011101 | 0 | 101110 | 1101 | 10010110 | 1010111 | 101111 |
Color Harmonies of #0FDF78
Complementary color
Monochromatic Colors of #0FDF78
Black with #0FDF78
Text Example
Text Example
White with #0FDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF78; }
p { color: rgb(15,223,120); }
H1.HeaderClassName
{
color: #0FDF78;
}
.AnyTagClassName
{
color: #0FDF78;
}
</style>
background-color css
<style>
a { background-color: #0FDF78; }
a { background-color: rgb(15,223,120); }
div.DivClassName
{
background-color: #0FDF78;
}
.BgClassName
{
background-color: #0FDF78;
}
</style>
border-color css
<style>
span { border-color: #0FDF78; }
span { border-color: rgb(15,223,120); }
td.TdClassName
{
border-color: #0FDF78;
}
.TagClassName
{
border-color: #0FDF78;
}
</style>