Shades of Bright Green #5EFE0A
Tints of Bright Green #5EFE0A
RGB
CMYK
RGB Variations
Color information
#5EFE0A (or 0x5EFE0A) is known color: Bright Green. HEX triplet: 5E, FE and 0A. RGB value is (94,254,10). Sum of RGB (Red+Green+Blue) = 94+254+10=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 254 (99.61% from 255 or 70.95% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFE0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFE0A is #A101F5. Grayscale: #B3B3B3. Windows color (decimal): -10551798 or 720478. OLE color: 720478.
HSL color Cylindrical-coordinate representation of color #5EFE0A: hue angle of 99.34º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EFE0A is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 10 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.00 |
| HSL | 99.34º | 0.99% | 0.52% | - |
| HSV(B) | 99.34º | 0.96% | 1% | - |
| XYZ | 40.11 | 73.29 | 12.32 | - |
| YUV | 178.34 | 32.99 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 10 | 0.63 | 0 | 0.96 | 0.00 | 99.34 | 0.99 | 0.52 |
| Hex | 5E | FE | A | 3F | 0 | 60 | 0 | 63 | 63 | 34 |
| Octal | 136 | 376 | 12 | 77 | 0 | 140 | 0 | 143 | 143 | 64 |
| Binary | 1011110 | 11111110 | 1010 | 111111 | 0 | 1100000 | 0 | 1100011 | 1100011 | 110100 |
Color Harmonies of #5EFE0A
Complementary color
Monochromatic Colors of #5EFE0A
Black with #5EFE0A
Text Example
Text Example
White with #5EFE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFE0A; }
p { color: rgb(94,254,10); }
H1.HeaderClassName
{
color: #5EFE0A;
}
.AnyTagClassName
{
color: #5EFE0A;
}
</style>
background-color css
<style>
a { background-color: #5EFE0A; }
a { background-color: rgb(94,254,10); }
div.DivClassName
{
background-color: #5EFE0A;
}
.BgClassName
{
background-color: #5EFE0A;
}
</style>
border-color css
<style>
span { border-color: #5EFE0A; }
span { border-color: rgb(94,254,10); }
td.TdClassName
{
border-color: #5EFE0A;
}
.TagClassName
{
border-color: #5EFE0A;
}
</style>