Shades of Bright Green #5EDE0F
Tints of Bright Green #5EDE0F
RGB
CMYK
RGB Variations
Color information
#5EDE0F (or 0x5EDE0F) is known color: Bright Green. HEX triplet: 5E, DE and 0F. RGB value is (94,222,15). Sum of RGB (Red+Green+Blue) = 94+222+15=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 222 (87.11% from 255 or 67.07% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDE0F is #A121F0. Grayscale: #A0A0A0. Windows color (decimal): -10559985 or 1039966. OLE color: 1039966.
HSL color Cylindrical-coordinate representation of color #5EDE0F: hue angle of 97.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5EDE0F is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 15 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.13 |
| HSL | 97.1º | 0.87% | 0.46% | - |
| HSV(B) | 97.1º | 0.93% | 0.87% | - |
| XYZ | 30.82 | 54.66 | 9.38 | - |
| YUV | 160.13 | 46.09 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 15 | 0.58 | 0 | 0.93 | 0.13 | 97.1 | 0.87 | 0.46 |
| Hex | 5E | DE | F | 3A | 0 | 5D | D | 61 | 57 | 2E |
| Octal | 136 | 336 | 17 | 72 | 0 | 135 | 15 | 141 | 127 | 56 |
| Binary | 1011110 | 11011110 | 1111 | 111010 | 0 | 1011101 | 1101 | 1100001 | 1010111 | 101110 |
Color Harmonies of #5EDE0F
Complementary color
Monochromatic Colors of #5EDE0F
Black with #5EDE0F
Text Example
Text Example
White with #5EDE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDE0F; }
p { color: rgb(94,222,15); }
H1.HeaderClassName
{
color: #5EDE0F;
}
.AnyTagClassName
{
color: #5EDE0F;
}
</style>
background-color css
<style>
a { background-color: #5EDE0F; }
a { background-color: rgb(94,222,15); }
div.DivClassName
{
background-color: #5EDE0F;
}
.BgClassName
{
background-color: #5EDE0F;
}
</style>
border-color css
<style>
span { border-color: #5EDE0F; }
span { border-color: rgb(94,222,15); }
td.TdClassName
{
border-color: #5EDE0F;
}
.TagClassName
{
border-color: #5EDE0F;
}
</style>