Shades of Bright Green #5FE40F
Tints of Bright Green #5FE40F
RGB
CMYK
RGB Variations
Color information
#5FE40F (or 0x5FE40F) is known color: Bright Green. HEX triplet: 5F, E4 and 0F. RGB value is (95,228,15). Sum of RGB (Red+Green+Blue) = 95+228+15=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 228 (89.45% from 255 or 67.46% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE40F is #A01BF0. Grayscale: #A4A4A4. Windows color (decimal): -10492913 or 1041503. OLE color: 1041503.
HSL color Cylindrical-coordinate representation of color #5FE40F: hue angle of 97.46º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FE40F is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 15 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.11 |
| HSL | 97.46º | 0.88% | 0.48% | - |
| HSV(B) | 97.46º | 0.93% | 0.89% | - |
| XYZ | 32.55 | 57.95 | 9.92 | - |
| YUV | 163.95 | 43.94 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 15 | 0.58 | 0 | 0.93 | 0.11 | 97.46 | 0.88 | 0.48 |
| Hex | 5F | E4 | F | 3A | 0 | 5D | B | 61 | 58 | 30 |
| Octal | 137 | 344 | 17 | 72 | 0 | 135 | 13 | 141 | 130 | 60 |
| Binary | 1011111 | 11100100 | 1111 | 111010 | 0 | 1011101 | 1011 | 1100001 | 1011000 | 110000 |
Color Harmonies of #5FE40F
Complementary color
Monochromatic Colors of #5FE40F
Black with #5FE40F
Text Example
Text Example
White with #5FE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE40F; }
p { color: rgb(95,228,15); }
H1.HeaderClassName
{
color: #5FE40F;
}
.AnyTagClassName
{
color: #5FE40F;
}
</style>
background-color css
<style>
a { background-color: #5FE40F; }
a { background-color: rgb(95,228,15); }
div.DivClassName
{
background-color: #5FE40F;
}
.BgClassName
{
background-color: #5FE40F;
}
</style>
border-color css
<style>
span { border-color: #5FE40F; }
span { border-color: rgb(95,228,15); }
td.TdClassName
{
border-color: #5FE40F;
}
.TagClassName
{
border-color: #5FE40F;
}
</style>