Shades of Spring Green #01FF85
Tints of Spring Green #01FF85
RGB
CMYK
RGB Variations
Color information
#01FF85 (or 0x01FF85) is known color: Spring Green. HEX triplet: 01, FF and 85. RGB value is (1,255,133). Sum of RGB (Red+Green+Blue) = 1+255+133=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FF85 is #FE007A. Grayscale: #A5A5A5. Windows color (decimal): -16646267 or 8781569. OLE color: 8781569.
HSL color Cylindrical-coordinate representation of color #01FF85: hue angle of 151.18º 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 #01FF85 is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 133 | - |
| CMYK | 1.00 | 0 | 0.48 | 0 |
| HSL | 151.18º | 1% | 0.5% | - |
| HSV(B) | 151.18º | 1% | 1% | - |
| XYZ | 40.01 | 73.22 | 34.21 | - |
| YUV | 165.15 | 109.85 | 10.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 133 | 1.00 | 0 | 0.48 | 0 | 151.18 | 1 | 0.5 |
| Hex | 1 | FF | 85 | 64 | 0 | 30 | 0 | 97 | 64 | 32 |
| Octal | 1 | 377 | 205 | 144 | 0 | 60 | 0 | 227 | 144 | 62 |
| Binary | 1 | 11111111 | 10000101 | 1100100 | 0 | 110000 | 0 | 10010111 | 1100100 | 110010 |
Color Harmonies of #01FF85
Complementary color
Monochromatic Colors of #01FF85
Black with #01FF85
Text Example
Text Example
White with #01FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF85; }
p { color: rgb(1,255,133); }
H1.HeaderClassName
{
color: #01FF85;
}
.AnyTagClassName
{
color: #01FF85;
}
</style>
background-color css
<style>
a { background-color: #01FF85; }
a { background-color: rgb(1,255,133); }
div.DivClassName
{
background-color: #01FF85;
}
.BgClassName
{
background-color: #01FF85;
}
</style>
border-color css
<style>
span { border-color: #01FF85; }
span { border-color: rgb(1,255,133); }
td.TdClassName
{
border-color: #01FF85;
}
.TagClassName
{
border-color: #01FF85;
}
</style>