Shades of Bright Green #5EF205
Tints of Bright Green #5EF205
RGB
CMYK
RGB Variations
Color information
#5EF205 (or 0x5EF205) is known color: Bright Green. HEX triplet: 5E, F2 and 05. RGB value is (94,242,5). Sum of RGB (Red+Green+Blue) = 94+242+5=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF205 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF205 is #A10DFA. Grayscale: #ABABAB. Windows color (decimal): -10554875 or 389726. OLE color: 389726.
HSL color Cylindrical-coordinate representation of color #5EF205: hue angle of 97.47º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EF205 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 5 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.05 |
| HSL | 97.47º | 0.96% | 0.48% | - |
| HSV(B) | 97.47º | 0.98% | 0.95% | - |
| XYZ | 36.4 | 65.89 | 10.94 | - |
| YUV | 170.73 | 34.47 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 5 | 0.61 | 0 | 0.98 | 0.05 | 97.47 | 0.96 | 0.48 |
| Hex | 5E | F2 | 5 | 3D | 0 | 62 | 5 | 61 | 60 | 30 |
| Octal | 136 | 362 | 5 | 75 | 0 | 142 | 5 | 141 | 140 | 60 |
| Binary | 1011110 | 11110010 | 101 | 111101 | 0 | 1100010 | 101 | 1100001 | 1100000 | 110000 |
Color Harmonies of #5EF205
Complementary color
Monochromatic Colors of #5EF205
Black with #5EF205
Text Example
Text Example
White with #5EF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF205; }
p { color: rgb(94,242,5); }
H1.HeaderClassName
{
color: #5EF205;
}
.AnyTagClassName
{
color: #5EF205;
}
</style>
background-color css
<style>
a { background-color: #5EF205; }
a { background-color: rgb(94,242,5); }
div.DivClassName
{
background-color: #5EF205;
}
.BgClassName
{
background-color: #5EF205;
}
</style>
border-color css
<style>
span { border-color: #5EF205; }
span { border-color: rgb(94,242,5); }
td.TdClassName
{
border-color: #5EF205;
}
.TagClassName
{
border-color: #5EF205;
}
</style>