Shades of Spring Green #01DC78
Tints of Spring Green #01DC78
RGB
CMYK
RGB Variations
Color information
#01DC78 (or 0x01DC78) is known color: Spring Green. HEX triplet: 01, DC and 78. RGB value is (1,220,120). Sum of RGB (Red+Green+Blue) = 1+220+120=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DC78 is #FE2387. Grayscale: #8F8F8F. Windows color (decimal): -16655240 or 7920641. OLE color: 7920641.
HSL color Cylindrical-coordinate representation of color #01DC78: hue angle of 152.6º 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 #01DC78 is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 120 | - |
| CMYK | 1.00 | 0 | 0.45 | 0.14 |
| HSL | 152.6º | 0.99% | 0.43% | - |
| HSV(B) | 152.6º | 1% | 0.86% | - |
| XYZ | 29 | 52.55 | 26.38 | - |
| YUV | 143.12 | 114.95 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 120 | 1.00 | 0 | 0.45 | 0.14 | 152.6 | 0.99 | 0.43 |
| Hex | 1 | DC | 78 | 64 | 0 | 2D | E | 99 | 63 | 2B |
| Octal | 1 | 334 | 170 | 144 | 0 | 55 | 16 | 231 | 143 | 53 |
| Binary | 1 | 11011100 | 1111000 | 1100100 | 0 | 101101 | 1110 | 10011001 | 1100011 | 101011 |
Color Harmonies of #01DC78
Complementary color
Monochromatic Colors of #01DC78
Black with #01DC78
Text Example
Text Example
White with #01DC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DC78; }
p { color: rgb(1,220,120); }
H1.HeaderClassName
{
color: #01DC78;
}
.AnyTagClassName
{
color: #01DC78;
}
</style>
background-color css
<style>
a { background-color: #01DC78; }
a { background-color: rgb(1,220,120); }
div.DivClassName
{
background-color: #01DC78;
}
.BgClassName
{
background-color: #01DC78;
}
</style>
border-color css
<style>
span { border-color: #01DC78; }
span { border-color: rgb(1,220,120); }
td.TdClassName
{
border-color: #01DC78;
}
.TagClassName
{
border-color: #01DC78;
}
</style>