Shades of Bright Green #5FEA14
Tints of Bright Green #5FEA14
RGB
CMYK
RGB Variations
Color information
#5FEA14 (or 0x5FEA14) is known color: Bright Green. HEX triplet: 5F, EA and 14. RGB value is (95,234,20). Sum of RGB (Red+Green+Blue) = 95+234+20=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 234 (91.80% from 255 or 67.05% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEA14 is #A015EB. Grayscale: #A8A8A8. Windows color (decimal): -10491372 or 1370719. OLE color: 1370719.
HSL color Cylindrical-coordinate representation of color #5FEA14: hue angle of 98.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FEA14 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 20 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.08 |
| HSL | 98.97º | 0.84% | 0.5% | - |
| HSV(B) | 98.97º | 0.91% | 0.92% | - |
| XYZ | 34.27 | 61.33 | 10.69 | - |
| YUV | 168.04 | 44.45 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 20 | 0.59 | 0 | 0.91 | 0.08 | 98.97 | 0.84 | 0.5 |
| Hex | 5F | EA | 14 | 3B | 0 | 5B | 8 | 63 | 54 | 32 |
| Octal | 137 | 352 | 24 | 73 | 0 | 133 | 10 | 143 | 124 | 62 |
| Binary | 1011111 | 11101010 | 10100 | 111011 | 0 | 1011011 | 1000 | 1100011 | 1010100 | 110010 |
Color Harmonies of #5FEA14
Complementary color
Monochromatic Colors of #5FEA14
Black with #5FEA14
Text Example
Text Example
White with #5FEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA14; }
p { color: rgb(95,234,20); }
H1.HeaderClassName
{
color: #5FEA14;
}
.AnyTagClassName
{
color: #5FEA14;
}
</style>
background-color css
<style>
a { background-color: #5FEA14; }
a { background-color: rgb(95,234,20); }
div.DivClassName
{
background-color: #5FEA14;
}
.BgClassName
{
background-color: #5FEA14;
}
</style>
border-color css
<style>
span { border-color: #5FEA14; }
span { border-color: rgb(95,234,20); }
td.TdClassName
{
border-color: #5FEA14;
}
.TagClassName
{
border-color: #5FEA14;
}
</style>