Shades of Spring Green #00FF5F
Tints of Spring Green #00FF5F
RGB
CMYK
RGB Variations
Color information
#00FF5F (or 0x00FF5F) is known color: Spring Green. HEX triplet: 00, FF and 5F. RGB value is (0,255,95). Sum of RGB (Red+Green+Blue) = 0+255+95=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FF5F is #FF00A0. Grayscale: #A0A0A0. Windows color (decimal): -16711841 or 6291200. OLE color: 6291200.
HSL color Cylindrical-coordinate representation of color #00FF5F: hue angle of 142.35º 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 #00FF5F is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 95 | - |
| CMYK | 1 | 0 | 0.63 | 0 |
| HSL | 142.35º | 1% | 0.5% | - |
| HSV(B) | 142.35º | 1% | 1% | - |
| XYZ | 37.83 | 72.35 | 22.8 | - |
| YUV | 160.52 | 91.02 | 13.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 95 | 1 | 0 | 0.63 | 0 | 142.35 | 1 | 0.5 |
| Hex | 0 | FF | 5F | 64 | 0 | 3F | 0 | 8E | 64 | 32 |
| Octal | 0 | 377 | 137 | 144 | 0 | 77 | 0 | 216 | 144 | 62 |
| Binary | 0 | 11111111 | 1011111 | 1100100 | 0 | 111111 | 0 | 10001110 | 1100100 | 110010 |
Color Harmonies of #00FF5F
Complementary color
Monochromatic Colors of #00FF5F
Black with #00FF5F
Text Example
Text Example
White with #00FF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF5F; }
p { color: rgb(0,255,95); }
H1.HeaderClassName
{
color: #00FF5F;
}
.AnyTagClassName
{
color: #00FF5F;
}
</style>
background-color css
<style>
a { background-color: #00FF5F; }
a { background-color: rgb(0,255,95); }
div.DivClassName
{
background-color: #00FF5F;
}
.BgClassName
{
background-color: #00FF5F;
}
</style>
border-color css
<style>
span { border-color: #00FF5F; }
span { border-color: rgb(0,255,95); }
td.TdClassName
{
border-color: #00FF5F;
}
.TagClassName
{
border-color: #00FF5F;
}
</style>