Shades of Bright Green #5DE920
Tints of Bright Green #5DE920
RGB
CMYK
RGB Variations
Color information
#5DE920 (or 0x5DE920) is known color: Bright Green. HEX triplet: 5D, E9 and 20. RGB value is (93,233,32). Sum of RGB (Red+Green+Blue) = 93+233+32=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 233 (91.41% from 255 or 65.08% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 233 - color contains mainly: green. Hex color #5DE920 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DE920 is #A216DF. Grayscale: #A8A8A8. Windows color (decimal): -10622688 or 2156893. OLE color: 2156893.
HSL color Cylindrical-coordinate representation of color #5DE920: hue angle of 101.79º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DE920 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 233 | 32 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.09 |
| HSL | 101.79º | 0.82% | 0.52% | - |
| HSV(B) | 101.79º | 0.86% | 0.91% | - |
| XYZ | 33.91 | 60.71 | 11.3 | - |
| YUV | 168.23 | 51.12 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 233 | 32 | 0.60 | 0 | 0.86 | 0.09 | 101.79 | 0.82 | 0.52 |
| Hex | 5D | E9 | 20 | 3C | 0 | 56 | 9 | 66 | 52 | 34 |
| Octal | 135 | 351 | 40 | 74 | 0 | 126 | 11 | 146 | 122 | 64 |
| Binary | 1011101 | 11101001 | 100000 | 111100 | 0 | 1010110 | 1001 | 1100110 | 1010010 | 110100 |
Color Harmonies of #5DE920
Complementary color
Monochromatic Colors of #5DE920
Black with #5DE920
Text Example
Text Example
White with #5DE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE920; }
p { color: rgb(93,233,32); }
H1.HeaderClassName
{
color: #5DE920;
}
.AnyTagClassName
{
color: #5DE920;
}
</style>
background-color css
<style>
a { background-color: #5DE920; }
a { background-color: rgb(93,233,32); }
div.DivClassName
{
background-color: #5DE920;
}
.BgClassName
{
background-color: #5DE920;
}
</style>
border-color css
<style>
span { border-color: #5DE920; }
span { border-color: rgb(93,233,32); }
td.TdClassName
{
border-color: #5DE920;
}
.TagClassName
{
border-color: #5DE920;
}
</style>