Shades of Bright Green #5FE00E
Tints of Bright Green #5FE00E
RGB
CMYK
RGB Variations
Color information
#5FE00E (or 0x5FE00E) is known color: Bright Green. HEX triplet: 5F, E0 and 0E. RGB value is (95,224,14). Sum of RGB (Red+Green+Blue) = 95+224+14=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 224 (87.89% from 255 or 67.27% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE00E is #A01FF1. Grayscale: #A2A2A2. Windows color (decimal): -10493938 or 974943. OLE color: 974943.
HSL color Cylindrical-coordinate representation of color #5FE00E: hue angle of 96.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FE00E is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 14 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.12 |
| HSL | 96.86º | 0.88% | 0.47% | - |
| HSV(B) | 96.86º | 0.94% | 0.88% | - |
| XYZ | 31.45 | 55.78 | 9.52 | - |
| YUV | 161.49 | 44.76 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 14 | 0.58 | 0 | 0.94 | 0.12 | 96.86 | 0.88 | 0.47 |
| Hex | 5F | E0 | E | 3A | 0 | 5E | C | 61 | 58 | 2F |
| Octal | 137 | 340 | 16 | 72 | 0 | 136 | 14 | 141 | 130 | 57 |
| Binary | 1011111 | 11100000 | 1110 | 111010 | 0 | 1011110 | 1100 | 1100001 | 1011000 | 101111 |
Color Harmonies of #5FE00E
Complementary color
Monochromatic Colors of #5FE00E
Black with #5FE00E
Text Example
Text Example
White with #5FE00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE00E; }
p { color: rgb(95,224,14); }
H1.HeaderClassName
{
color: #5FE00E;
}
.AnyTagClassName
{
color: #5FE00E;
}
</style>
background-color css
<style>
a { background-color: #5FE00E; }
a { background-color: rgb(95,224,14); }
div.DivClassName
{
background-color: #5FE00E;
}
.BgClassName
{
background-color: #5FE00E;
}
</style>
border-color css
<style>
span { border-color: #5FE00E; }
span { border-color: rgb(95,224,14); }
td.TdClassName
{
border-color: #5FE00E;
}
.TagClassName
{
border-color: #5FE00E;
}
</style>