Shades of Spring Green #01DF71
Tints of Spring Green #01DF71
RGB
CMYK
RGB Variations
Color information
#01DF71 (or 0x01DF71) is known color: Spring Green. HEX triplet: 01, DF and 71. RGB value is (1,223,113). Sum of RGB (Red+Green+Blue) = 1+223+113=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DF71 is #FE208E. Grayscale: #909090. Windows color (decimal): -16654479 or 7462657. OLE color: 7462657.
HSL color Cylindrical-coordinate representation of color #01DF71: hue angle of 150.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF71 is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 113 | - |
| CMYK | 1.00 | 0 | 0.49 | 0.13 |
| HSL | 150.27º | 0.99% | 0.44% | - |
| HSV(B) | 150.27º | 1% | 0.87% | - |
| XYZ | 29.38 | 53.97 | 24.49 | - |
| YUV | 144.08 | 110.45 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 113 | 1.00 | 0 | 0.49 | 0.13 | 150.27 | 0.99 | 0.44 |
| Hex | 1 | DF | 71 | 64 | 0 | 31 | D | 96 | 63 | 2C |
| Octal | 1 | 337 | 161 | 144 | 0 | 61 | 15 | 226 | 143 | 54 |
| Binary | 1 | 11011111 | 1110001 | 1100100 | 0 | 110001 | 1101 | 10010110 | 1100011 | 101100 |
Color Harmonies of #01DF71
Complementary color
Monochromatic Colors of #01DF71
Black with #01DF71
Text Example
Text Example
White with #01DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DF71; }
p { color: rgb(1,223,113); }
H1.HeaderClassName
{
color: #01DF71;
}
.AnyTagClassName
{
color: #01DF71;
}
</style>
background-color css
<style>
a { background-color: #01DF71; }
a { background-color: rgb(1,223,113); }
div.DivClassName
{
background-color: #01DF71;
}
.BgClassName
{
background-color: #01DF71;
}
</style>
border-color css
<style>
span { border-color: #01DF71; }
span { border-color: rgb(1,223,113); }
td.TdClassName
{
border-color: #01DF71;
}
.TagClassName
{
border-color: #01DF71;
}
</style>