Shades of Spring Green #01FF81
Tints of Spring Green #01FF81
RGB
CMYK
RGB Variations
Color information
#01FF81 (or 0x01FF81) is known color: Spring Green. HEX triplet: 01, FF and 81. RGB value is (1,255,129). Sum of RGB (Red+Green+Blue) = 1+255+129=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FF81 is #FE007E. Grayscale: #A4A4A4. Windows color (decimal): -16646271 or 8519425. OLE color: 8519425.
HSL color Cylindrical-coordinate representation of color #01FF81: hue angle of 150.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF81 is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 129 | - |
| CMYK | 1.00 | 0 | 0.49 | 0 |
| HSL | 150.24º | 1% | 0.5% | - |
| HSV(B) | 150.24º | 1% | 1% | - |
| XYZ | 39.73 | 73.11 | 32.79 | - |
| YUV | 164.69 | 107.85 | 11.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 129 | 1.00 | 0 | 0.49 | 0 | 150.24 | 1 | 0.5 |
| Hex | 1 | FF | 81 | 64 | 0 | 31 | 0 | 96 | 64 | 32 |
| Octal | 1 | 377 | 201 | 144 | 0 | 61 | 0 | 226 | 144 | 62 |
| Binary | 1 | 11111111 | 10000001 | 1100100 | 0 | 110001 | 0 | 10010110 | 1100100 | 110010 |
Color Harmonies of #01FF81
Complementary color
Monochromatic Colors of #01FF81
Black with #01FF81
Text Example
Text Example
White with #01FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF81; }
p { color: rgb(1,255,129); }
H1.HeaderClassName
{
color: #01FF81;
}
.AnyTagClassName
{
color: #01FF81;
}
</style>
background-color css
<style>
a { background-color: #01FF81; }
a { background-color: rgb(1,255,129); }
div.DivClassName
{
background-color: #01FF81;
}
.BgClassName
{
background-color: #01FF81;
}
</style>
border-color css
<style>
span { border-color: #01FF81; }
span { border-color: rgb(1,255,129); }
td.TdClassName
{
border-color: #01FF81;
}
.TagClassName
{
border-color: #01FF81;
}
</style>