Shades of Bright Green #5FE014
Tints of Bright Green #5FE014
RGB
CMYK
RGB Variations
Color information
#5FE014 (or 0x5FE014) is known color: Bright Green. HEX triplet: 5F, E0 and 14. RGB value is (95,224,20). Sum of RGB (Red+Green+Blue) = 95+224+20=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE014 is #A01FEB. Grayscale: #A2A2A2. Windows color (decimal): -10493932 or 1368159. OLE color: 1368159.
HSL color Cylindrical-coordinate representation of color #5FE014: hue angle of 97.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FE014 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 20 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.12 |
| HSL | 97.94º | 0.84% | 0.48% | - |
| HSV(B) | 97.94º | 0.91% | 0.88% | - |
| XYZ | 31.5 | 55.79 | 9.77 | - |
| YUV | 162.17 | 47.76 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 20 | 0.58 | 0 | 0.91 | 0.12 | 97.94 | 0.84 | 0.48 |
| Hex | 5F | E0 | 14 | 3A | 0 | 5B | C | 62 | 54 | 30 |
| Octal | 137 | 340 | 24 | 72 | 0 | 133 | 14 | 142 | 124 | 60 |
| Binary | 1011111 | 11100000 | 10100 | 111010 | 0 | 1011011 | 1100 | 1100010 | 1010100 | 110000 |
Color Harmonies of #5FE014
Complementary color
Monochromatic Colors of #5FE014
Black with #5FE014
Text Example
Text Example
White with #5FE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE014; }
p { color: rgb(95,224,20); }
H1.HeaderClassName
{
color: #5FE014;
}
.AnyTagClassName
{
color: #5FE014;
}
</style>
background-color css
<style>
a { background-color: #5FE014; }
a { background-color: rgb(95,224,20); }
div.DivClassName
{
background-color: #5FE014;
}
.BgClassName
{
background-color: #5FE014;
}
</style>
border-color css
<style>
span { border-color: #5FE014; }
span { border-color: rgb(95,224,20); }
td.TdClassName
{
border-color: #5FE014;
}
.TagClassName
{
border-color: #5FE014;
}
</style>