Shades of Bright Green #5FE414
Tints of Bright Green #5FE414
RGB
CMYK
RGB Variations
Color information
#5FE414 (or 0x5FE414) is known color: Bright Green. HEX triplet: 5F, E4 and 14. RGB value is (95,228,20). Sum of RGB (Red+Green+Blue) = 95+228+20=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE414 is #A01BEB. Grayscale: #A5A5A5. Windows color (decimal): -10492908 or 1369183. OLE color: 1369183.
HSL color Cylindrical-coordinate representation of color #5FE414: hue angle of 98.37º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FE414 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 20 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.11 |
| HSL | 98.37º | 0.84% | 0.49% | - |
| HSV(B) | 98.37º | 0.91% | 0.89% | - |
| XYZ | 32.59 | 57.97 | 10.13 | - |
| YUV | 164.52 | 46.44 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 20 | 0.58 | 0 | 0.91 | 0.11 | 98.37 | 0.84 | 0.49 |
| Hex | 5F | E4 | 14 | 3A | 0 | 5B | B | 62 | 54 | 31 |
| Octal | 137 | 344 | 24 | 72 | 0 | 133 | 13 | 142 | 124 | 61 |
| Binary | 1011111 | 11100100 | 10100 | 111010 | 0 | 1011011 | 1011 | 1100010 | 1010100 | 110001 |
Color Harmonies of #5FE414
Complementary color
Monochromatic Colors of #5FE414
Black with #5FE414
Text Example
Text Example
White with #5FE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE414; }
p { color: rgb(95,228,20); }
H1.HeaderClassName
{
color: #5FE414;
}
.AnyTagClassName
{
color: #5FE414;
}
</style>
background-color css
<style>
a { background-color: #5FE414; }
a { background-color: rgb(95,228,20); }
div.DivClassName
{
background-color: #5FE414;
}
.BgClassName
{
background-color: #5FE414;
}
</style>
border-color css
<style>
span { border-color: #5FE414; }
span { border-color: rgb(95,228,20); }
td.TdClassName
{
border-color: #5FE414;
}
.TagClassName
{
border-color: #5FE414;
}
</style>