Shades of Bright Green #5FE406
Tints of Bright Green #5FE406
RGB
CMYK
RGB Variations
Color information
#5FE406 (or 0x5FE406) is known color: Bright Green. HEX triplet: 5F, E4 and 06. RGB value is (95,228,6). Sum of RGB (Red+Green+Blue) = 95+228+6=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 228 (89.45% from 255 or 69.30% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE406 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE406 is #A01BF9. Grayscale: #A3A3A3. Windows color (decimal): -10492922 or 451679. OLE color: 451679.
HSL color Cylindrical-coordinate representation of color #5FE406: hue angle of 95.95º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FE406 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 6 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.11 |
| HSL | 95.95º | 0.95% | 0.46% | - |
| HSV(B) | 95.95º | 0.97% | 0.89% | - |
| XYZ | 32.5 | 57.93 | 9.64 | - |
| YUV | 162.93 | 39.44 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 6 | 0.58 | 0 | 0.97 | 0.11 | 95.95 | 0.95 | 0.46 |
| Hex | 5F | E4 | 6 | 3A | 0 | 61 | B | 60 | 5F | 2E |
| Octal | 137 | 344 | 6 | 72 | 0 | 141 | 13 | 140 | 137 | 56 |
| Binary | 1011111 | 11100100 | 110 | 111010 | 0 | 1100001 | 1011 | 1100000 | 1011111 | 101110 |
Color Harmonies of #5FE406
Complementary color
Monochromatic Colors of #5FE406
Black with #5FE406
Text Example
Text Example
White with #5FE406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE406; }
p { color: rgb(95,228,6); }
H1.HeaderClassName
{
color: #5FE406;
}
.AnyTagClassName
{
color: #5FE406;
}
</style>
background-color css
<style>
a { background-color: #5FE406; }
a { background-color: rgb(95,228,6); }
div.DivClassName
{
background-color: #5FE406;
}
.BgClassName
{
background-color: #5FE406;
}
</style>
border-color css
<style>
span { border-color: #5FE406; }
span { border-color: rgb(95,228,6); }
td.TdClassName
{
border-color: #5FE406;
}
.TagClassName
{
border-color: #5FE406;
}
</style>