Shades of Spring Green #06FF5E
Tints of Spring Green #06FF5E
RGB
CMYK
RGB Variations
Color information
#06FF5E (or 0x06FF5E) is known color: Spring Green. HEX triplet: 06, FF and 5E. RGB value is (6,255,94). Sum of RGB (Red+Green+Blue) = 6+255+94=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FF5E is #F900A1. Grayscale: #A2A2A2. Windows color (decimal): -16318626 or 6225670. OLE color: 6225670.
HSL color Cylindrical-coordinate representation of color #06FF5E: hue angle of 141.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF5E is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 94 | - |
| CMYK | 0.98 | 0 | 0.63 | 0 |
| HSL | 141.2º | 1% | 0.51% | - |
| HSV(B) | 141.2º | 0.98% | 1% | - |
| XYZ | 37.86 | 72.37 | 22.56 | - |
| YUV | 162.2 | 89.51 | 16.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 94 | 0.98 | 0 | 0.63 | 0 | 141.2 | 1 | 0.51 |
| Hex | 6 | FF | 5E | 62 | 0 | 3F | 0 | 8D | 64 | 33 |
| Octal | 6 | 377 | 136 | 142 | 0 | 77 | 0 | 215 | 144 | 63 |
| Binary | 110 | 11111111 | 1011110 | 1100010 | 0 | 111111 | 0 | 10001101 | 1100100 | 110011 |
Color Harmonies of #06FF5E
Complementary color
Monochromatic Colors of #06FF5E
Black with #06FF5E
Text Example
Text Example
White with #06FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF5E; }
p { color: rgb(6,255,94); }
H1.HeaderClassName
{
color: #06FF5E;
}
.AnyTagClassName
{
color: #06FF5E;
}
</style>
background-color css
<style>
a { background-color: #06FF5E; }
a { background-color: rgb(6,255,94); }
div.DivClassName
{
background-color: #06FF5E;
}
.BgClassName
{
background-color: #06FF5E;
}
</style>
border-color css
<style>
span { border-color: #06FF5E; }
span { border-color: rgb(6,255,94); }
td.TdClassName
{
border-color: #06FF5E;
}
.TagClassName
{
border-color: #06FF5E;
}
</style>