Shades of Spring Green #01FF84
Tints of Spring Green #01FF84
RGB
CMYK
RGB Variations
Color information
#01FF84 (or 0x01FF84) is known color: Spring Green. HEX triplet: 01, FF and 84. RGB value is (1,255,132). Sum of RGB (Red+Green+Blue) = 1+255+132=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF84 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FF84 is #FE007B. Grayscale: #A5A5A5. Windows color (decimal): -16646268 or 8716033. OLE color: 8716033.
HSL color Cylindrical-coordinate representation of color #01FF84: hue angle of 150.94º 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 #01FF84 is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 132 | - |
| CMYK | 1.00 | 0 | 0.48 | 0 |
| HSL | 150.94º | 1% | 0.5% | - |
| HSV(B) | 150.94º | 1% | 1% | - |
| XYZ | 39.94 | 73.19 | 33.85 | - |
| YUV | 165.03 | 109.35 | 11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 132 | 1.00 | 0 | 0.48 | 0 | 150.94 | 1 | 0.5 |
| Hex | 1 | FF | 84 | 64 | 0 | 30 | 0 | 97 | 64 | 32 |
| Octal | 1 | 377 | 204 | 144 | 0 | 60 | 0 | 227 | 144 | 62 |
| Binary | 1 | 11111111 | 10000100 | 1100100 | 0 | 110000 | 0 | 10010111 | 1100100 | 110010 |
Color Harmonies of #01FF84
Complementary color
Monochromatic Colors of #01FF84
Black with #01FF84
Text Example
Text Example
White with #01FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF84; }
p { color: rgb(1,255,132); }
H1.HeaderClassName
{
color: #01FF84;
}
.AnyTagClassName
{
color: #01FF84;
}
</style>
background-color css
<style>
a { background-color: #01FF84; }
a { background-color: rgb(1,255,132); }
div.DivClassName
{
background-color: #01FF84;
}
.BgClassName
{
background-color: #01FF84;
}
</style>
border-color css
<style>
span { border-color: #01FF84; }
span { border-color: rgb(1,255,132); }
td.TdClassName
{
border-color: #01FF84;
}
.TagClassName
{
border-color: #01FF84;
}
</style>