Shades of Bright Green #5FEA16
Tints of Bright Green #5FEA16
RGB
CMYK
RGB Variations
Color information
#5FEA16 (or 0x5FEA16) is known color: Bright Green. HEX triplet: 5F, EA and 16. RGB value is (95,234,22). Sum of RGB (Red+Green+Blue) = 95+234+22=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 234 (91.80% from 255 or 66.67% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEA16 is #A015E9. Grayscale: #A8A8A8. Windows color (decimal): -10491370 or 1501791. OLE color: 1501791.
HSL color Cylindrical-coordinate representation of color #5FEA16: hue angle of 99.34º degrees, saturation: 0.83, 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 #5FEA16 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 22 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.08 |
| HSL | 99.34º | 0.83% | 0.5% | - |
| HSV(B) | 99.34º | 0.91% | 0.92% | - |
| XYZ | 34.29 | 61.34 | 10.79 | - |
| YUV | 168.27 | 45.45 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 22 | 0.59 | 0 | 0.91 | 0.08 | 99.34 | 0.83 | 0.5 |
| Hex | 5F | EA | 16 | 3B | 0 | 5B | 8 | 63 | 53 | 32 |
| Octal | 137 | 352 | 26 | 73 | 0 | 133 | 10 | 143 | 123 | 62 |
| Binary | 1011111 | 11101010 | 10110 | 111011 | 0 | 1011011 | 1000 | 1100011 | 1010011 | 110010 |
Color Harmonies of #5FEA16
Complementary color
Monochromatic Colors of #5FEA16
Black with #5FEA16
Text Example
Text Example
White with #5FEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA16; }
p { color: rgb(95,234,22); }
H1.HeaderClassName
{
color: #5FEA16;
}
.AnyTagClassName
{
color: #5FEA16;
}
</style>
background-color css
<style>
a { background-color: #5FEA16; }
a { background-color: rgb(95,234,22); }
div.DivClassName
{
background-color: #5FEA16;
}
.BgClassName
{
background-color: #5FEA16;
}
</style>
border-color css
<style>
span { border-color: #5FEA16; }
span { border-color: rgb(95,234,22); }
td.TdClassName
{
border-color: #5FEA16;
}
.TagClassName
{
border-color: #5FEA16;
}
</style>