Shades of Spring Green #01D974
Tints of Spring Green #01D974
RGB
CMYK
RGB Variations
Color information
#01D974 (or 0x01D974) is known color: Spring Green. HEX triplet: 01, D9 and 74. RGB value is (1,217,116). Sum of RGB (Red+Green+Blue) = 1+217+116=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #01D974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D974 is #FE268B. Grayscale: #8D8D8D. Windows color (decimal): -16656012 or 7657729. OLE color: 7657729.
HSL color Cylindrical-coordinate representation of color #01D974: hue angle of 151.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D974 is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 116 | - |
| CMYK | 1.00 | 0 | 0.47 | 0.15 |
| HSL | 151.94º | 0.99% | 0.43% | - |
| HSV(B) | 151.94º | 1% | 0.85% | - |
| XYZ | 27.98 | 50.89 | 24.87 | - |
| YUV | 140.9 | 113.94 | 28.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 116 | 1.00 | 0 | 0.47 | 0.15 | 151.94 | 0.99 | 0.43 |
| Hex | 1 | D9 | 74 | 64 | 0 | 2F | F | 98 | 63 | 2B |
| Octal | 1 | 331 | 164 | 144 | 0 | 57 | 17 | 230 | 143 | 53 |
| Binary | 1 | 11011001 | 1110100 | 1100100 | 0 | 101111 | 1111 | 10011000 | 1100011 | 101011 |
Color Harmonies of #01D974
Complementary color
Monochromatic Colors of #01D974
Black with #01D974
Text Example
Text Example
White with #01D974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D974; }
p { color: rgb(1,217,116); }
H1.HeaderClassName
{
color: #01D974;
}
.AnyTagClassName
{
color: #01D974;
}
</style>
background-color css
<style>
a { background-color: #01D974; }
a { background-color: rgb(1,217,116); }
div.DivClassName
{
background-color: #01D974;
}
.BgClassName
{
background-color: #01D974;
}
</style>
border-color css
<style>
span { border-color: #01D974; }
span { border-color: rgb(1,217,116); }
td.TdClassName
{
border-color: #01D974;
}
.TagClassName
{
border-color: #01D974;
}
</style>