Shades of Bright Green #5FE41F
Tints of Bright Green #5FE41F
RGB
CMYK
RGB Variations
Color information
#5FE41F (or 0x5FE41F) is known color: Bright Green. HEX triplet: 5F, E4 and 1F. RGB value is (95,228,31). Sum of RGB (Red+Green+Blue) = 95+228+31=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 228 (89.45% from 255 or 64.41% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE41F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE41F is #A01BE0. Grayscale: #A6A6A6. Windows color (decimal): -10492897 or 2090079. OLE color: 2090079.
HSL color Cylindrical-coordinate representation of color #5FE41F: hue angle of 100.51º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FE41F is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 31 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.11 |
| HSL | 100.51º | 0.78% | 0.51% | - |
| HSV(B) | 100.51º | 0.86% | 0.89% | - |
| XYZ | 32.71 | 58.02 | 10.77 | - |
| YUV | 165.78 | 51.94 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 31 | 0.58 | 0 | 0.86 | 0.11 | 100.51 | 0.78 | 0.51 |
| Hex | 5F | E4 | 1F | 3A | 0 | 56 | B | 65 | 4E | 33 |
| Octal | 137 | 344 | 37 | 72 | 0 | 126 | 13 | 145 | 116 | 63 |
| Binary | 1011111 | 11100100 | 11111 | 111010 | 0 | 1010110 | 1011 | 1100101 | 1001110 | 110011 |
Color Harmonies of #5FE41F
Complementary color
Monochromatic Colors of #5FE41F
Black with #5FE41F
Text Example
Text Example
White with #5FE41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE41F; }
p { color: rgb(95,228,31); }
H1.HeaderClassName
{
color: #5FE41F;
}
.AnyTagClassName
{
color: #5FE41F;
}
</style>
background-color css
<style>
a { background-color: #5FE41F; }
a { background-color: rgb(95,228,31); }
div.DivClassName
{
background-color: #5FE41F;
}
.BgClassName
{
background-color: #5FE41F;
}
</style>
border-color css
<style>
span { border-color: #5FE41F; }
span { border-color: rgb(95,228,31); }
td.TdClassName
{
border-color: #5FE41F;
}
.TagClassName
{
border-color: #5FE41F;
}
</style>