Shades of Spring Green #01F383
Tints of Spring Green #01F383
RGB
CMYK
RGB Variations
Color information
#01F383 (or 0x01F383) is known color: Spring Green. HEX triplet: 01, F3 and 83. RGB value is (1,243,131). Sum of RGB (Red+Green+Blue) = 1+243+131=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #01F383 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F383 is #FE0C7C. Grayscale: #9E9E9E. Windows color (decimal): -16649341 or 8647425. OLE color: 8647425.
HSL color Cylindrical-coordinate representation of color #01F383: hue angle of 152.23º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F383 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 243 | 131 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.05 |
| HSL | 152.23º | 0.99% | 0.48% | - |
| HSV(B) | 152.23º | 1% | 0.95% | - |
| XYZ | 36.16 | 65.75 | 32.26 | - |
| YUV | 157.87 | 112.83 | 16.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 243 | 131 | 1.00 | 0 | 0.46 | 0.05 | 152.23 | 0.99 | 0.48 |
| Hex | 1 | F3 | 83 | 64 | 0 | 2E | 5 | 98 | 63 | 30 |
| Octal | 1 | 363 | 203 | 144 | 0 | 56 | 5 | 230 | 143 | 60 |
| Binary | 1 | 11110011 | 10000011 | 1100100 | 0 | 101110 | 101 | 10011000 | 1100011 | 110000 |
Color Harmonies of #01F383
Complementary color
Monochromatic Colors of #01F383
Black with #01F383
Text Example
Text Example
White with #01F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F383; }
p { color: rgb(1,243,131); }
H1.HeaderClassName
{
color: #01F383;
}
.AnyTagClassName
{
color: #01F383;
}
</style>
background-color css
<style>
a { background-color: #01F383; }
a { background-color: rgb(1,243,131); }
div.DivClassName
{
background-color: #01F383;
}
.BgClassName
{
background-color: #01F383;
}
</style>
border-color css
<style>
span { border-color: #01F383; }
span { border-color: rgb(1,243,131); }
td.TdClassName
{
border-color: #01F383;
}
.TagClassName
{
border-color: #01F383;
}
</style>