Shades of Bright Green #5EDF05
Tints of Bright Green #5EDF05
RGB
CMYK
RGB Variations
Color information
#5EDF05 (or 0x5EDF05) is known color: Bright Green. HEX triplet: 5E, DF and 05. RGB value is (94,223,5). Sum of RGB (Red+Green+Blue) = 94+223+5=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDF05 is #A120FA. Grayscale: #A0A0A0. Windows color (decimal): -10559739 or 384862. OLE color: 384862.
HSL color Cylindrical-coordinate representation of color #5EDF05: hue angle of 95.5º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EDF05 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 5 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.13 |
| HSL | 95.5º | 0.96% | 0.45% | - |
| HSV(B) | 95.5º | 0.98% | 0.87% | - |
| XYZ | 31.03 | 55.17 | 9.16 | - |
| YUV | 159.58 | 40.76 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 5 | 0.58 | 0 | 0.98 | 0.13 | 95.5 | 0.96 | 0.45 |
| Hex | 5E | DF | 5 | 3A | 0 | 62 | D | 60 | 60 | 2D |
| Octal | 136 | 337 | 5 | 72 | 0 | 142 | 15 | 140 | 140 | 55 |
| Binary | 1011110 | 11011111 | 101 | 111010 | 0 | 1100010 | 1101 | 1100000 | 1100000 | 101101 |
Color Harmonies of #5EDF05
Complementary color
Monochromatic Colors of #5EDF05
Black with #5EDF05
Text Example
Text Example
White with #5EDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF05; }
p { color: rgb(94,223,5); }
H1.HeaderClassName
{
color: #5EDF05;
}
.AnyTagClassName
{
color: #5EDF05;
}
</style>
background-color css
<style>
a { background-color: #5EDF05; }
a { background-color: rgb(94,223,5); }
div.DivClassName
{
background-color: #5EDF05;
}
.BgClassName
{
background-color: #5EDF05;
}
</style>
border-color css
<style>
span { border-color: #5EDF05; }
span { border-color: rgb(94,223,5); }
td.TdClassName
{
border-color: #5EDF05;
}
.TagClassName
{
border-color: #5EDF05;
}
</style>