Shades of Spring Green #01DB75
Tints of Spring Green #01DB75
RGB
CMYK
RGB Variations
Color information
#01DB75 (or 0x01DB75) is known color: Spring Green. HEX triplet: 01, DB and 75. RGB value is (1,219,117). Sum of RGB (Red+Green+Blue) = 1+219+117=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DB75 is #FE248A. Grayscale: #8E8E8E. Windows color (decimal): -16655499 or 7723777. OLE color: 7723777.
HSL color Cylindrical-coordinate representation of color #01DB75: hue angle of 151.93º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DB75 is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 117 | - |
| CMYK | 1.00 | 0 | 0.47 | 0.14 |
| HSL | 151.93º | 0.99% | 0.43% | - |
| HSV(B) | 151.93º | 1% | 0.86% | - |
| XYZ | 28.55 | 51.95 | 25.35 | - |
| YUV | 142.19 | 113.78 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 117 | 1.00 | 0 | 0.47 | 0.14 | 151.93 | 0.99 | 0.43 |
| Hex | 1 | DB | 75 | 64 | 0 | 2F | E | 98 | 63 | 2B |
| Octal | 1 | 333 | 165 | 144 | 0 | 57 | 16 | 230 | 143 | 53 |
| Binary | 1 | 11011011 | 1110101 | 1100100 | 0 | 101111 | 1110 | 10011000 | 1100011 | 101011 |
Color Harmonies of #01DB75
Complementary color
Monochromatic Colors of #01DB75
Black with #01DB75
Text Example
Text Example
White with #01DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DB75; }
p { color: rgb(1,219,117); }
H1.HeaderClassName
{
color: #01DB75;
}
.AnyTagClassName
{
color: #01DB75;
}
</style>
background-color css
<style>
a { background-color: #01DB75; }
a { background-color: rgb(1,219,117); }
div.DivClassName
{
background-color: #01DB75;
}
.BgClassName
{
background-color: #01DB75;
}
</style>
border-color css
<style>
span { border-color: #01DB75; }
span { border-color: rgb(1,219,117); }
td.TdClassName
{
border-color: #01DB75;
}
.TagClassName
{
border-color: #01DB75;
}
</style>