Shades of Bright Green #5DE101
Tints of Bright Green #5DE101
RGB
CMYK
RGB Variations
Color information
#5DE101 (or 0x5DE101) is known color: Bright Green. HEX triplet: 5D, E1 and 01. RGB value is (93,225,1). Sum of RGB (Red+Green+Blue) = 93+225+1=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 225 (88.28% from 255 or 70.53% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DE101 is #A21EFE. Grayscale: #A0A0A0. Windows color (decimal): -10624767 or 123229. OLE color: 123229.
HSL color Cylindrical-coordinate representation of color #5DE101: hue angle of 95.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DE101 is Cyan = 0.59, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 225 | 1 | - |
| CMYK | 0.59 | 0 | 1.00 | 0.12 |
| HSL | 95.36º | 0.99% | 0.44% | - |
| HSV(B) | 95.36º | 1% | 0.88% | - |
| XYZ | 31.44 | 56.18 | 9.22 | - |
| YUV | 160 | 38.27 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 225 | 1 | 0.59 | 0 | 1.00 | 0.12 | 95.36 | 0.99 | 0.44 |
| Hex | 5D | E1 | 1 | 3B | 0 | 64 | C | 5F | 63 | 2C |
| Octal | 135 | 341 | 1 | 73 | 0 | 144 | 14 | 137 | 143 | 54 |
| Binary | 1011101 | 11100001 | 1 | 111011 | 0 | 1100100 | 1100 | 1011111 | 1100011 | 101100 |
Color Harmonies of #5DE101
Complementary color
Monochromatic Colors of #5DE101
Black with #5DE101
Text Example
Text Example
White with #5DE101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE101; }
p { color: rgb(93,225,1); }
H1.HeaderClassName
{
color: #5DE101;
}
.AnyTagClassName
{
color: #5DE101;
}
</style>
background-color css
<style>
a { background-color: #5DE101; }
a { background-color: rgb(93,225,1); }
div.DivClassName
{
background-color: #5DE101;
}
.BgClassName
{
background-color: #5DE101;
}
</style>
border-color css
<style>
span { border-color: #5DE101; }
span { border-color: rgb(93,225,1); }
td.TdClassName
{
border-color: #5DE101;
}
.TagClassName
{
border-color: #5DE101;
}
</style>