Shades of Spring Green #01DF75
Tints of Spring Green #01DF75
RGB
CMYK
RGB Variations
Color information
#01DF75 (or 0x01DF75) is known color: Spring Green. HEX triplet: 01, DF and 75. RGB value is (1,223,117). Sum of RGB (Red+Green+Blue) = 1+223+117=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 223 (87.5% from 255 or 65.40% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DF75 is #FE208A. Grayscale: #909090. Windows color (decimal): -16654475 or 7724801. OLE color: 7724801.
HSL color Cylindrical-coordinate representation of color #01DF75: hue angle of 151.35º 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 #01DF75 is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 117 | - |
| CMYK | 1.00 | 0 | 0.48 | 0.13 |
| HSL | 151.35º | 0.99% | 0.44% | - |
| HSV(B) | 151.35º | 1% | 0.87% | - |
| XYZ | 29.61 | 54.07 | 25.7 | - |
| YUV | 144.54 | 112.45 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 117 | 1.00 | 0 | 0.48 | 0.13 | 151.35 | 0.99 | 0.44 |
| Hex | 1 | DF | 75 | 64 | 0 | 30 | D | 97 | 63 | 2C |
| Octal | 1 | 337 | 165 | 144 | 0 | 60 | 15 | 227 | 143 | 54 |
| Binary | 1 | 11011111 | 1110101 | 1100100 | 0 | 110000 | 1101 | 10010111 | 1100011 | 101100 |
Color Harmonies of #01DF75
Complementary color
Monochromatic Colors of #01DF75
Black with #01DF75
Text Example
Text Example
White with #01DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DF75; }
p { color: rgb(1,223,117); }
H1.HeaderClassName
{
color: #01DF75;
}
.AnyTagClassName
{
color: #01DF75;
}
</style>
background-color css
<style>
a { background-color: #01DF75; }
a { background-color: rgb(1,223,117); }
div.DivClassName
{
background-color: #01DF75;
}
.BgClassName
{
background-color: #01DF75;
}
</style>
border-color css
<style>
span { border-color: #01DF75; }
span { border-color: rgb(1,223,117); }
td.TdClassName
{
border-color: #01DF75;
}
.TagClassName
{
border-color: #01DF75;
}
</style>