Shades of Bright Green #5EF209
Tints of Bright Green #5EF209
RGB
CMYK
RGB Variations
Color information
#5EF209 (or 0x5EF209) is known color: Bright Green. HEX triplet: 5E, F2 and 09. RGB value is (94,242,9). Sum of RGB (Red+Green+Blue) = 94+242+9=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF209 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF209 is #A10DF6. Grayscale: #ABABAB. Windows color (decimal): -10554871 or 651870. OLE color: 651870.
HSL color Cylindrical-coordinate representation of color #5EF209: hue angle of 98.11º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EF209 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 9 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.05 |
| HSL | 98.11º | 0.93% | 0.49% | - |
| HSV(B) | 98.11º | 0.96% | 0.95% | - |
| XYZ | 36.42 | 65.9 | 11.06 | - |
| YUV | 171.19 | 36.47 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 9 | 0.61 | 0 | 0.96 | 0.05 | 98.11 | 0.93 | 0.49 |
| Hex | 5E | F2 | 9 | 3D | 0 | 60 | 5 | 62 | 5D | 31 |
| Octal | 136 | 362 | 11 | 75 | 0 | 140 | 5 | 142 | 135 | 61 |
| Binary | 1011110 | 11110010 | 1001 | 111101 | 0 | 1100000 | 101 | 1100010 | 1011101 | 110001 |
Color Harmonies of #5EF209
Complementary color
Monochromatic Colors of #5EF209
Black with #5EF209
Text Example
Text Example
White with #5EF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF209; }
p { color: rgb(94,242,9); }
H1.HeaderClassName
{
color: #5EF209;
}
.AnyTagClassName
{
color: #5EF209;
}
</style>
background-color css
<style>
a { background-color: #5EF209; }
a { background-color: rgb(94,242,9); }
div.DivClassName
{
background-color: #5EF209;
}
.BgClassName
{
background-color: #5EF209;
}
</style>
border-color css
<style>
span { border-color: #5EF209; }
span { border-color: rgb(94,242,9); }
td.TdClassName
{
border-color: #5EF209;
}
.TagClassName
{
border-color: #5EF209;
}
</style>