Shades of Spring Green #01FF6D
Tints of Spring Green #01FF6D
RGB
CMYK
RGB Variations
Color information
#01FF6D (or 0x01FF6D) is known color: Spring Green. HEX triplet: 01, FF and 6D. RGB value is (1,255,109). Sum of RGB (Red+Green+Blue) = 1+255+109=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FF6D is #FE0092. Grayscale: #A2A2A2. Windows color (decimal): -16646291 or 7208705. OLE color: 7208705.
HSL color Cylindrical-coordinate representation of color #01FF6D: hue angle of 145.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF6D is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 109 | - |
| CMYK | 1.00 | 0 | 0.57 | 0 |
| HSL | 145.51º | 1% | 0.5% | - |
| HSV(B) | 145.51º | 1% | 1% | - |
| XYZ | 38.53 | 72.63 | 26.46 | - |
| YUV | 162.41 | 97.85 | 12.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 109 | 1.00 | 0 | 0.57 | 0 | 145.51 | 1 | 0.5 |
| Hex | 1 | FF | 6D | 64 | 0 | 39 | 0 | 92 | 64 | 32 |
| Octal | 1 | 377 | 155 | 144 | 0 | 71 | 0 | 222 | 144 | 62 |
| Binary | 1 | 11111111 | 1101101 | 1100100 | 0 | 111001 | 0 | 10010010 | 1100100 | 110010 |
Color Harmonies of #01FF6D
Complementary color
Monochromatic Colors of #01FF6D
Black with #01FF6D
Text Example
Text Example
White with #01FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF6D; }
p { color: rgb(1,255,109); }
H1.HeaderClassName
{
color: #01FF6D;
}
.AnyTagClassName
{
color: #01FF6D;
}
</style>
background-color css
<style>
a { background-color: #01FF6D; }
a { background-color: rgb(1,255,109); }
div.DivClassName
{
background-color: #01FF6D;
}
.BgClassName
{
background-color: #01FF6D;
}
</style>
border-color css
<style>
span { border-color: #01FF6D; }
span { border-color: rgb(1,255,109); }
td.TdClassName
{
border-color: #01FF6D;
}
.TagClassName
{
border-color: #01FF6D;
}
</style>