Shades of Bright Green #5DDD01
Tints of Bright Green #5DDD01
RGB
CMYK
RGB Variations
Color information
#5DDD01 (or 0x5DDD01) is known color: Bright Green. HEX triplet: 5D, DD and 01. RGB value is (93,221,1). Sum of RGB (Red+Green+Blue) = 93+221+1=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDD01 is #A222FE. Grayscale: #9E9E9E. Windows color (decimal): -10625791 or 122205. OLE color: 122205.
HSL color Cylindrical-coordinate representation of color #5DDD01: hue angle of 94.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DDD01 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 1 | - |
| CMYK | 0.58 | 0 | 1.00 | 0.13 |
| HSL | 94.91º | 0.99% | 0.44% | - |
| HSV(B) | 94.91º | 1% | 0.87% | - |
| XYZ | 30.38 | 54.04 | 8.86 | - |
| YUV | 157.65 | 39.59 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 1 | 0.58 | 0 | 1.00 | 0.13 | 94.91 | 0.99 | 0.44 |
| Hex | 5D | DD | 1 | 3A | 0 | 64 | D | 5F | 63 | 2C |
| Octal | 135 | 335 | 1 | 72 | 0 | 144 | 15 | 137 | 143 | 54 |
| Binary | 1011101 | 11011101 | 1 | 111010 | 0 | 1100100 | 1101 | 1011111 | 1100011 | 101100 |
Color Harmonies of #5DDD01
Complementary color
Monochromatic Colors of #5DDD01
Black with #5DDD01
Text Example
Text Example
White with #5DDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDD01; }
p { color: rgb(93,221,1); }
H1.HeaderClassName
{
color: #5DDD01;
}
.AnyTagClassName
{
color: #5DDD01;
}
</style>
background-color css
<style>
a { background-color: #5DDD01; }
a { background-color: rgb(93,221,1); }
div.DivClassName
{
background-color: #5DDD01;
}
.BgClassName
{
background-color: #5DDD01;
}
</style>
border-color css
<style>
span { border-color: #5DDD01; }
span { border-color: rgb(93,221,1); }
td.TdClassName
{
border-color: #5DDD01;
}
.TagClassName
{
border-color: #5DDD01;
}
</style>