Shades of Bright Green #5EEE0A
Tints of Bright Green #5EEE0A
RGB
CMYK
RGB Variations
Color information
#5EEE0A (or 0x5EEE0A) is known color: Bright Green. HEX triplet: 5E, EE and 0A. RGB value is (94,238,10). Sum of RGB (Red+Green+Blue) = 94+238+10=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 238 (93.36% from 255 or 69.59% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEE0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EEE0A is #A111F5. Grayscale: #A9A9A9. Windows color (decimal): -10555894 or 716382. OLE color: 716382.
HSL color Cylindrical-coordinate representation of color #5EEE0A: hue angle of 97.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EEE0A is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 238 | 10 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.07 |
| HSL | 97.89º | 0.92% | 0.49% | - |
| HSV(B) | 97.89º | 0.96% | 0.93% | - |
| XYZ | 35.25 | 63.55 | 10.7 | - |
| YUV | 168.95 | 38.29 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 238 | 10 | 0.61 | 0 | 0.96 | 0.07 | 97.89 | 0.92 | 0.49 |
| Hex | 5E | EE | A | 3D | 0 | 60 | 7 | 62 | 5C | 31 |
| Octal | 136 | 356 | 12 | 75 | 0 | 140 | 7 | 142 | 134 | 61 |
| Binary | 1011110 | 11101110 | 1010 | 111101 | 0 | 1100000 | 111 | 1100010 | 1011100 | 110001 |
Color Harmonies of #5EEE0A
Complementary color
Monochromatic Colors of #5EEE0A
Black with #5EEE0A
Text Example
Text Example
White with #5EEE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEE0A; }
p { color: rgb(94,238,10); }
H1.HeaderClassName
{
color: #5EEE0A;
}
.AnyTagClassName
{
color: #5EEE0A;
}
</style>
background-color css
<style>
a { background-color: #5EEE0A; }
a { background-color: rgb(94,238,10); }
div.DivClassName
{
background-color: #5EEE0A;
}
.BgClassName
{
background-color: #5EEE0A;
}
</style>
border-color css
<style>
span { border-color: #5EEE0A; }
span { border-color: rgb(94,238,10); }
td.TdClassName
{
border-color: #5EEE0A;
}
.TagClassName
{
border-color: #5EEE0A;
}
</style>