Shades of Bright Green #5DE000
Tints of Bright Green #5DE000
RGB
CMYK
RGB Variations
Color information
#5DE000 (or 0x5DE000) is known color: Bright Green. HEX triplet: 5D, E0 and 00. RGB value is (93,224,0). Sum of RGB (Red+Green+Blue) = 93+224+0=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 224 (87.89% from 255 or 70.66% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DE000 is #A21FFF. Grayscale: #A0A0A0. Windows color (decimal): -10625024 or 57437. OLE color: 57437.
HSL color Cylindrical-coordinate representation of color #5DE000: hue angle of 95.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DE000 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 224 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.12 |
| HSL | 95.09º | 1% | 0.44% | - |
| HSV(B) | 95.09º | 1% | 0.88% | - |
| XYZ | 31.17 | 55.64 | 9.1 | - |
| YUV | 159.3 | 38.1 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 224 | 0 | 0.58 | 0 | 1 | 0.12 | 95.09 | 1 | 0.44 |
| Hex | 5D | E0 | 0 | 3A | 0 | 64 | C | 5F | 64 | 2C |
| Octal | 135 | 340 | 0 | 72 | 0 | 144 | 14 | 137 | 144 | 54 |
| Binary | 1011101 | 11100000 | 0 | 111010 | 0 | 1100100 | 1100 | 1011111 | 1100100 | 101100 |
Color Harmonies of #5DE000
Complementary color
Monochromatic Colors of #5DE000
Black with #5DE000
Text Example
Text Example
White with #5DE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE000; }
p { color: rgb(93,224,0); }
H1.HeaderClassName
{
color: #5DE000;
}
.AnyTagClassName
{
color: #5DE000;
}
</style>
background-color css
<style>
a { background-color: #5DE000; }
a { background-color: rgb(93,224,0); }
div.DivClassName
{
background-color: #5DE000;
}
.BgClassName
{
background-color: #5DE000;
}
</style>
border-color css
<style>
span { border-color: #5DE000; }
span { border-color: rgb(93,224,0); }
td.TdClassName
{
border-color: #5DE000;
}
.TagClassName
{
border-color: #5DE000;
}
</style>