Shades of Spring Green #01F265
Tints of Spring Green #01F265
RGB
CMYK
RGB Variations
Color information
#01F265 (or 0x01F265) is known color: Spring Green. HEX triplet: 01, F2 and 65. RGB value is (1,242,101). Sum of RGB (Red+Green+Blue) = 1+242+101=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 242 (94.92% from 255 or 70.35% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 242 - color contains mainly: green. Hex color #01F265 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F265 is #FE0D9A. Grayscale: #9A9A9A. Windows color (decimal): -16649627 or 6681089. OLE color: 6681089.
HSL color Cylindrical-coordinate representation of color #01F265: hue angle of 144.9º 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 #01F265 is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 101 | - |
| CMYK | 1.00 | 0 | 0.58 | 0.05 |
| HSL | 144.9º | 0.99% | 0.48% | - |
| HSV(B) | 144.9º | 1% | 0.95% | - |
| XYZ | 34.11 | 64.45 | 22.95 | - |
| YUV | 153.87 | 98.16 | 18.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 101 | 1.00 | 0 | 0.58 | 0.05 | 144.9 | 0.99 | 0.48 |
| Hex | 1 | F2 | 65 | 64 | 0 | 3A | 5 | 91 | 63 | 30 |
| Octal | 1 | 362 | 145 | 144 | 0 | 72 | 5 | 221 | 143 | 60 |
| Binary | 1 | 11110010 | 1100101 | 1100100 | 0 | 111010 | 101 | 10010001 | 1100011 | 110000 |
Color Harmonies of #01F265
Complementary color
Monochromatic Colors of #01F265
Black with #01F265
Text Example
Text Example
White with #01F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F265; }
p { color: rgb(1,242,101); }
H1.HeaderClassName
{
color: #01F265;
}
.AnyTagClassName
{
color: #01F265;
}
</style>
background-color css
<style>
a { background-color: #01F265; }
a { background-color: rgb(1,242,101); }
div.DivClassName
{
background-color: #01F265;
}
.BgClassName
{
background-color: #01F265;
}
</style>
border-color css
<style>
span { border-color: #01F265; }
span { border-color: rgb(1,242,101); }
td.TdClassName
{
border-color: #01F265;
}
.TagClassName
{
border-color: #01F265;
}
</style>