Shades of Bright Green #5DE416
Tints of Bright Green #5DE416
RGB
CMYK
RGB Variations
Color information
#5DE416 (or 0x5DE416) is known color: Bright Green. HEX triplet: 5D, E4 and 16. RGB value is (93,228,22). Sum of RGB (Red+Green+Blue) = 93+228+22=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #5DE416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DE416 is #A21BE9. Grayscale: #A4A4A4. Windows color (decimal): -10623978 or 1500253. OLE color: 1500253.
HSL color Cylindrical-coordinate representation of color #5DE416: hue angle of 99.32º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DE416 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 228 | 22 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.11 |
| HSL | 99.32º | 0.82% | 0.49% | - |
| HSV(B) | 99.32º | 0.9% | 0.89% | - |
| XYZ | 32.4 | 57.87 | 10.22 | - |
| YUV | 164.15 | 47.77 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 228 | 22 | 0.59 | 0 | 0.90 | 0.11 | 99.32 | 0.82 | 0.49 |
| Hex | 5D | E4 | 16 | 3B | 0 | 5A | B | 63 | 52 | 31 |
| Octal | 135 | 344 | 26 | 73 | 0 | 132 | 13 | 143 | 122 | 61 |
| Binary | 1011101 | 11100100 | 10110 | 111011 | 0 | 1011010 | 1011 | 1100011 | 1010010 | 110001 |
Color Harmonies of #5DE416
Complementary color
Monochromatic Colors of #5DE416
Black with #5DE416
Text Example
Text Example
White with #5DE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE416; }
p { color: rgb(93,228,22); }
H1.HeaderClassName
{
color: #5DE416;
}
.AnyTagClassName
{
color: #5DE416;
}
</style>
background-color css
<style>
a { background-color: #5DE416; }
a { background-color: rgb(93,228,22); }
div.DivClassName
{
background-color: #5DE416;
}
.BgClassName
{
background-color: #5DE416;
}
</style>
border-color css
<style>
span { border-color: #5DE416; }
span { border-color: rgb(93,228,22); }
td.TdClassName
{
border-color: #5DE416;
}
.TagClassName
{
border-color: #5DE416;
}
</style>