Shades of Bright Green #5DED00
Tints of Bright Green #5DED00
RGB
CMYK
RGB Variations
Color information
#5DED00 (or 0x5DED00) is known color: Bright Green. HEX triplet: 5D, ED and 00. RGB value is (93,237,0). Sum of RGB (Red+Green+Blue) = 93+237+0=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 237 (92.97% from 255 or 71.82% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 237 - color contains mainly: green. Hex color #5DED00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DED00 is #A212FF. Grayscale: #A7A7A7. Windows color (decimal): -10621696 or 60765. OLE color: 60765.
HSL color Cylindrical-coordinate representation of color #5DED00: hue angle of 96.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DED00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.07 |
| HSL | 96.46º | 1% | 0.46% | - |
| HSV(B) | 96.46º | 1% | 0.93% | - |
| XYZ | 34.8 | 62.9 | 10.31 | - |
| YUV | 166.93 | 33.79 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 0 | 0.61 | 0 | 1 | 0.07 | 96.46 | 1 | 0.46 |
| Hex | 5D | ED | 0 | 3D | 0 | 64 | 7 | 60 | 64 | 2E |
| Octal | 135 | 355 | 0 | 75 | 0 | 144 | 7 | 140 | 144 | 56 |
| Binary | 1011101 | 11101101 | 0 | 111101 | 0 | 1100100 | 111 | 1100000 | 1100100 | 101110 |
Color Harmonies of #5DED00
Complementary color
Monochromatic Colors of #5DED00
Black with #5DED00
Text Example
Text Example
White with #5DED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DED00; }
p { color: rgb(93,237,0); }
H1.HeaderClassName
{
color: #5DED00;
}
.AnyTagClassName
{
color: #5DED00;
}
</style>
background-color css
<style>
a { background-color: #5DED00; }
a { background-color: rgb(93,237,0); }
div.DivClassName
{
background-color: #5DED00;
}
.BgClassName
{
background-color: #5DED00;
}
</style>
border-color css
<style>
span { border-color: #5DED00; }
span { border-color: rgb(93,237,0); }
td.TdClassName
{
border-color: #5DED00;
}
.TagClassName
{
border-color: #5DED00;
}
</style>