Shades of Spring Green #01FB6D
Tints of Spring Green #01FB6D
RGB
CMYK
RGB Variations
Color information
#01FB6D (or 0x01FB6D) is known color: Spring Green. HEX triplet: 01, FB and 6D. RGB value is (1,251,109). Sum of RGB (Red+Green+Blue) = 1+251+109=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 251 (98.44% from 255 or 69.53% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB6D is #FE0492. Grayscale: #A0A0A0. Windows color (decimal): -16647315 or 7207681. OLE color: 7207681.
HSL color Cylindrical-coordinate representation of color #01FB6D: hue angle of 145.92º 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 #01FB6D is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 109 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.02 |
| HSL | 145.92º | 0.99% | 0.49% | - |
| HSV(B) | 145.92º | 1% | 0.98% | - |
| XYZ | 37.27 | 70.1 | 26.04 | - |
| YUV | 160.06 | 99.18 | 14.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 109 | 1.00 | 0 | 0.57 | 0.02 | 145.92 | 0.99 | 0.49 |
| Hex | 1 | FB | 6D | 64 | 0 | 39 | 2 | 92 | 63 | 31 |
| Octal | 1 | 373 | 155 | 144 | 0 | 71 | 2 | 222 | 143 | 61 |
| Binary | 1 | 11111011 | 1101101 | 1100100 | 0 | 111001 | 10 | 10010010 | 1100011 | 110001 |
Color Harmonies of #01FB6D
Complementary color
Monochromatic Colors of #01FB6D
Black with #01FB6D
Text Example
Text Example
White with #01FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB6D; }
p { color: rgb(1,251,109); }
H1.HeaderClassName
{
color: #01FB6D;
}
.AnyTagClassName
{
color: #01FB6D;
}
</style>
background-color css
<style>
a { background-color: #01FB6D; }
a { background-color: rgb(1,251,109); }
div.DivClassName
{
background-color: #01FB6D;
}
.BgClassName
{
background-color: #01FB6D;
}
</style>
border-color css
<style>
span { border-color: #01FB6D; }
span { border-color: rgb(1,251,109); }
td.TdClassName
{
border-color: #01FB6D;
}
.TagClassName
{
border-color: #01FB6D;
}
</style>