Shades of Spring Green #01F465
Tints of Spring Green #01F465
RGB
CMYK
RGB Variations
Color information
#01F465 (or 0x01F465) is known color: Spring Green. HEX triplet: 01, F4 and 65. RGB value is (1,244,101). Sum of RGB (Red+Green+Blue) = 1+244+101=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 244 (95.70% from 255 or 70.52% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 244 - color contains mainly: green. Hex color #01F465 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F465 is #FE0B9A. Grayscale: #9B9B9B. Windows color (decimal): -16649115 or 6681601. OLE color: 6681601.
HSL color Cylindrical-coordinate representation of color #01F465: hue angle of 144.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F465 is Cyan = 1.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 244 | 101 | - |
| CMYK | 1.00 | 0 | 0.59 | 0.04 |
| HSL | 144.69º | 0.99% | 0.48% | - |
| HSV(B) | 144.69º | 1% | 0.96% | - |
| XYZ | 34.71 | 65.65 | 23.15 | - |
| YUV | 155.04 | 97.49 | 18.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 244 | 101 | 1.00 | 0 | 0.59 | 0.04 | 144.69 | 0.99 | 0.48 |
| Hex | 1 | F4 | 65 | 64 | 0 | 3B | 4 | 91 | 63 | 30 |
| Octal | 1 | 364 | 145 | 144 | 0 | 73 | 4 | 221 | 143 | 60 |
| Binary | 1 | 11110100 | 1100101 | 1100100 | 0 | 111011 | 100 | 10010001 | 1100011 | 110000 |
Color Harmonies of #01F465
Complementary color
Monochromatic Colors of #01F465
Black with #01F465
Text Example
Text Example
White with #01F465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F465; }
p { color: rgb(1,244,101); }
H1.HeaderClassName
{
color: #01F465;
}
.AnyTagClassName
{
color: #01F465;
}
</style>
background-color css
<style>
a { background-color: #01F465; }
a { background-color: rgb(1,244,101); }
div.DivClassName
{
background-color: #01F465;
}
.BgClassName
{
background-color: #01F465;
}
</style>
border-color css
<style>
span { border-color: #01F465; }
span { border-color: rgb(1,244,101); }
td.TdClassName
{
border-color: #01F465;
}
.TagClassName
{
border-color: #01F465;
}
</style>