Shades of Spring Green #01FA83
Tints of Spring Green #01FA83
RGB
CMYK
RGB Variations
Color information
#01FA83 (or 0x01FA83) is known color: Spring Green. HEX triplet: 01, FA and 83. RGB value is (1,250,131). Sum of RGB (Red+Green+Blue) = 1+250+131=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA83 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FA83 is #FE057C. Grayscale: #A2A2A2. Windows color (decimal): -16647549 or 8649217. OLE color: 8649217.
HSL color Cylindrical-coordinate representation of color #01FA83: hue angle of 151.33º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FA83 is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 131 | - |
| CMYK | 1.00 | 0 | 0.48 | 0.02 |
| HSL | 151.33º | 0.99% | 0.49% | - |
| HSV(B) | 151.33º | 1% | 0.98% | - |
| XYZ | 38.29 | 70.02 | 32.97 | - |
| YUV | 161.98 | 110.51 | 13.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 131 | 1.00 | 0 | 0.48 | 0.02 | 151.33 | 0.99 | 0.49 |
| Hex | 1 | FA | 83 | 64 | 0 | 30 | 2 | 97 | 63 | 31 |
| Octal | 1 | 372 | 203 | 144 | 0 | 60 | 2 | 227 | 143 | 61 |
| Binary | 1 | 11111010 | 10000011 | 1100100 | 0 | 110000 | 10 | 10010111 | 1100011 | 110001 |
Color Harmonies of #01FA83
Complementary color
Monochromatic Colors of #01FA83
Black with #01FA83
Text Example
Text Example
White with #01FA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA83; }
p { color: rgb(1,250,131); }
H1.HeaderClassName
{
color: #01FA83;
}
.AnyTagClassName
{
color: #01FA83;
}
</style>
background-color css
<style>
a { background-color: #01FA83; }
a { background-color: rgb(1,250,131); }
div.DivClassName
{
background-color: #01FA83;
}
.BgClassName
{
background-color: #01FA83;
}
</style>
border-color css
<style>
span { border-color: #01FA83; }
span { border-color: rgb(1,250,131); }
td.TdClassName
{
border-color: #01FA83;
}
.TagClassName
{
border-color: #01FA83;
}
</style>