Shades of Bright Green #5DD801
Tints of Bright Green #5DD801
RGB
CMYK
RGB Variations
Color information
#5DD801 (or 0x5DD801) is known color: Bright Green. HEX triplet: 5D, D8 and 01. RGB value is (93,216,1). Sum of RGB (Red+Green+Blue) = 93+216+1=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD801 is #A227FE. Grayscale: #9B9B9B. Windows color (decimal): -10627071 or 120925. OLE color: 120925.
HSL color Cylindrical-coordinate representation of color #5DD801: hue angle of 94.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DD801 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 1 | - |
| CMYK | 0.57 | 0 | 1.00 | 0.15 |
| HSL | 94.33º | 0.99% | 0.43% | - |
| HSV(B) | 94.33º | 1% | 0.85% | - |
| XYZ | 29.08 | 51.44 | 8.43 | - |
| YUV | 154.71 | 41.25 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 1 | 0.57 | 0 | 1.00 | 0.15 | 94.33 | 0.99 | 0.43 |
| Hex | 5D | D8 | 1 | 39 | 0 | 64 | F | 5E | 63 | 2B |
| Octal | 135 | 330 | 1 | 71 | 0 | 144 | 17 | 136 | 143 | 53 |
| Binary | 1011101 | 11011000 | 1 | 111001 | 0 | 1100100 | 1111 | 1011110 | 1100011 | 101011 |
Color Harmonies of #5DD801
Complementary color
Monochromatic Colors of #5DD801
Black with #5DD801
Text Example
Text Example
White with #5DD801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD801; }
p { color: rgb(93,216,1); }
H1.HeaderClassName
{
color: #5DD801;
}
.AnyTagClassName
{
color: #5DD801;
}
</style>
background-color css
<style>
a { background-color: #5DD801; }
a { background-color: rgb(93,216,1); }
div.DivClassName
{
background-color: #5DD801;
}
.BgClassName
{
background-color: #5DD801;
}
</style>
border-color css
<style>
span { border-color: #5DD801; }
span { border-color: rgb(93,216,1); }
td.TdClassName
{
border-color: #5DD801;
}
.TagClassName
{
border-color: #5DD801;
}
</style>