Shades of Bright Green #5DEC1D
Tints of Bright Green #5DEC1D
RGB
CMYK
RGB Variations
Color information
#5DEC1D (or 0x5DEC1D) is known color: Bright Green. HEX triplet: 5D, EC and 1D. RGB value is (93,236,29). Sum of RGB (Red+Green+Blue) = 93+236+29=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 236 (92.58% from 255 or 65.92% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 236 - color contains mainly: green. Hex color #5DEC1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DEC1D is #A213E2. Grayscale: #AAAAAA. Windows color (decimal): -10621923 or 1961053. OLE color: 1961053.
HSL color Cylindrical-coordinate representation of color #5DEC1D: hue angle of 101.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DEC1D is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 29 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.07 |
| HSL | 101.45º | 0.84% | 0.52% | - |
| HSV(B) | 101.45º | 0.88% | 0.93% | - |
| XYZ | 34.73 | 62.41 | 11.38 | - |
| YUV | 169.65 | 48.62 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 29 | 0.61 | 0 | 0.88 | 0.07 | 101.45 | 0.84 | 0.52 |
| Hex | 5D | EC | 1D | 3D | 0 | 58 | 7 | 65 | 54 | 34 |
| Octal | 135 | 354 | 35 | 75 | 0 | 130 | 7 | 145 | 124 | 64 |
| Binary | 1011101 | 11101100 | 11101 | 111101 | 0 | 1011000 | 111 | 1100101 | 1010100 | 110100 |
Color Harmonies of #5DEC1D
Complementary color
Monochromatic Colors of #5DEC1D
Black with #5DEC1D
Text Example
Text Example
White with #5DEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEC1D; }
p { color: rgb(93,236,29); }
H1.HeaderClassName
{
color: #5DEC1D;
}
.AnyTagClassName
{
color: #5DEC1D;
}
</style>
background-color css
<style>
a { background-color: #5DEC1D; }
a { background-color: rgb(93,236,29); }
div.DivClassName
{
background-color: #5DEC1D;
}
.BgClassName
{
background-color: #5DEC1D;
}
</style>
border-color css
<style>
span { border-color: #5DEC1D; }
span { border-color: rgb(93,236,29); }
td.TdClassName
{
border-color: #5DEC1D;
}
.TagClassName
{
border-color: #5DEC1D;
}
</style>