Shades of Spring Green #01FD68
Tints of Spring Green #01FD68
RGB
CMYK
RGB Variations
Color information
#01FD68 (or 0x01FD68) is known color: Spring Green. HEX triplet: 01, FD and 68. RGB value is (1,253,104). Sum of RGB (Red+Green+Blue) = 1+253+104=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 253 (99.22% from 255 or 70.67% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FD68 is #FE0297. Grayscale: #A1A1A1. Windows color (decimal): -16646808 or 6880513. OLE color: 6880513.
HSL color Cylindrical-coordinate representation of color #01FD68: hue angle of 144.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FD68 is Cyan = 1.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 104 | - |
| CMYK | 1.00 | 0 | 0.59 | 0.01 |
| HSL | 144.52º | 0.99% | 0.5% | - |
| HSV(B) | 144.52º | 1% | 0.99% | - |
| XYZ | 37.64 | 71.26 | 24.87 | - |
| YUV | 160.67 | 96.01 | 14.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 104 | 1.00 | 0 | 0.59 | 0.01 | 144.52 | 0.99 | 0.5 |
| Hex | 1 | FD | 68 | 64 | 0 | 3B | 1 | 91 | 63 | 32 |
| Octal | 1 | 375 | 150 | 144 | 0 | 73 | 1 | 221 | 143 | 62 |
| Binary | 1 | 11111101 | 1101000 | 1100100 | 0 | 111011 | 1 | 10010001 | 1100011 | 110010 |
Color Harmonies of #01FD68
Complementary color
Monochromatic Colors of #01FD68
Black with #01FD68
Text Example
Text Example
White with #01FD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FD68; }
p { color: rgb(1,253,104); }
H1.HeaderClassName
{
color: #01FD68;
}
.AnyTagClassName
{
color: #01FD68;
}
</style>
background-color css
<style>
a { background-color: #01FD68; }
a { background-color: rgb(1,253,104); }
div.DivClassName
{
background-color: #01FD68;
}
.BgClassName
{
background-color: #01FD68;
}
</style>
border-color css
<style>
span { border-color: #01FD68; }
span { border-color: rgb(1,253,104); }
td.TdClassName
{
border-color: #01FD68;
}
.TagClassName
{
border-color: #01FD68;
}
</style>