Shades of Bright Green #5EFE0F
Tints of Bright Green #5EFE0F
RGB
CMYK
RGB Variations
Color information
#5EFE0F (or 0x5EFE0F) is known color: Bright Green. HEX triplet: 5E, FE and 0F. RGB value is (94,254,15). Sum of RGB (Red+Green+Blue) = 94+254+15=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 254 (99.61% from 255 or 69.97% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFE0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFE0F is #A101F0. Grayscale: #B3B3B3. Windows color (decimal): -10551793 or 1048158. OLE color: 1048158.
HSL color Cylindrical-coordinate representation of color #5EFE0F: hue angle of 100.17º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EFE0F is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 15 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.00 |
| HSL | 100.17º | 0.99% | 0.53% | - |
| HSV(B) | 100.17º | 0.94% | 1% | - |
| XYZ | 40.14 | 73.3 | 12.48 | - |
| YUV | 178.91 | 35.49 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 15 | 0.63 | 0 | 0.94 | 0.00 | 100.17 | 0.99 | 0.53 |
| Hex | 5E | FE | F | 3F | 0 | 5E | 0 | 64 | 63 | 35 |
| Octal | 136 | 376 | 17 | 77 | 0 | 136 | 0 | 144 | 143 | 65 |
| Binary | 1011110 | 11111110 | 1111 | 111111 | 0 | 1011110 | 0 | 1100100 | 1100011 | 110101 |
Color Harmonies of #5EFE0F
Complementary color
Monochromatic Colors of #5EFE0F
Black with #5EFE0F
Text Example
Text Example
White with #5EFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFE0F; }
p { color: rgb(94,254,15); }
H1.HeaderClassName
{
color: #5EFE0F;
}
.AnyTagClassName
{
color: #5EFE0F;
}
</style>
background-color css
<style>
a { background-color: #5EFE0F; }
a { background-color: rgb(94,254,15); }
div.DivClassName
{
background-color: #5EFE0F;
}
.BgClassName
{
background-color: #5EFE0F;
}
</style>
border-color css
<style>
span { border-color: #5EFE0F; }
span { border-color: rgb(94,254,15); }
td.TdClassName
{
border-color: #5EFE0F;
}
.TagClassName
{
border-color: #5EFE0F;
}
</style>