Shades of Spring Green #01FF82
Tints of Spring Green #01FF82
RGB
CMYK
RGB Variations
Color information
#01FF82 (or 0x01FF82) is known color: Spring Green. HEX triplet: 01, FF and 82. RGB value is (1,255,130). Sum of RGB (Red+Green+Blue) = 1+255+130=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FF82 is #FE007D. Grayscale: #A5A5A5. Windows color (decimal): -16646270 or 8584961. OLE color: 8584961.
HSL color Cylindrical-coordinate representation of color #01FF82: hue angle of 150.47º 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 #01FF82 is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 130 | - |
| CMYK | 1.00 | 0 | 0.49 | 0 |
| HSL | 150.47º | 1% | 0.5% | - |
| HSV(B) | 150.47º | 1% | 1% | - |
| XYZ | 39.8 | 73.14 | 33.14 | - |
| YUV | 164.8 | 108.35 | 11.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 130 | 1.00 | 0 | 0.49 | 0 | 150.47 | 1 | 0.5 |
| Hex | 1 | FF | 82 | 64 | 0 | 31 | 0 | 96 | 64 | 32 |
| Octal | 1 | 377 | 202 | 144 | 0 | 61 | 0 | 226 | 144 | 62 |
| Binary | 1 | 11111111 | 10000010 | 1100100 | 0 | 110001 | 0 | 10010110 | 1100100 | 110010 |
Color Harmonies of #01FF82
Complementary color
Monochromatic Colors of #01FF82
Black with #01FF82
Text Example
Text Example
White with #01FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF82; }
p { color: rgb(1,255,130); }
H1.HeaderClassName
{
color: #01FF82;
}
.AnyTagClassName
{
color: #01FF82;
}
</style>
background-color css
<style>
a { background-color: #01FF82; }
a { background-color: rgb(1,255,130); }
div.DivClassName
{
background-color: #01FF82;
}
.BgClassName
{
background-color: #01FF82;
}
</style>
border-color css
<style>
span { border-color: #01FF82; }
span { border-color: rgb(1,255,130); }
td.TdClassName
{
border-color: #01FF82;
}
.TagClassName
{
border-color: #01FF82;
}
</style>