Shades of Bright Green #5FE011
Tints of Bright Green #5FE011
RGB
CMYK
RGB Variations
Color information
#5FE011 (or 0x5FE011) is known color: Bright Green. HEX triplet: 5F, E0 and 11. RGB value is (95,224,17). Sum of RGB (Red+Green+Blue) = 95+224+17=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE011 is #A01FEE. Grayscale: #A2A2A2. Windows color (decimal): -10493935 or 1171551. OLE color: 1171551.
HSL color Cylindrical-coordinate representation of color #5FE011: hue angle of 97.39º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FE011 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 17 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.12 |
| HSL | 97.39º | 0.86% | 0.47% | - |
| HSV(B) | 97.39º | 0.92% | 0.88% | - |
| XYZ | 31.48 | 55.78 | 9.64 | - |
| YUV | 161.83 | 46.26 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 17 | 0.58 | 0 | 0.92 | 0.12 | 97.39 | 0.86 | 0.47 |
| Hex | 5F | E0 | 11 | 3A | 0 | 5C | C | 61 | 56 | 2F |
| Octal | 137 | 340 | 21 | 72 | 0 | 134 | 14 | 141 | 126 | 57 |
| Binary | 1011111 | 11100000 | 10001 | 111010 | 0 | 1011100 | 1100 | 1100001 | 1010110 | 101111 |
Color Harmonies of #5FE011
Complementary color
Monochromatic Colors of #5FE011
Black with #5FE011
Text Example
Text Example
White with #5FE011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE011; }
p { color: rgb(95,224,17); }
H1.HeaderClassName
{
color: #5FE011;
}
.AnyTagClassName
{
color: #5FE011;
}
</style>
background-color css
<style>
a { background-color: #5FE011; }
a { background-color: rgb(95,224,17); }
div.DivClassName
{
background-color: #5FE011;
}
.BgClassName
{
background-color: #5FE011;
}
</style>
border-color css
<style>
span { border-color: #5FE011; }
span { border-color: rgb(95,224,17); }
td.TdClassName
{
border-color: #5FE011;
}
.TagClassName
{
border-color: #5FE011;
}
</style>