Shades of Bright Green #5DEC01
Tints of Bright Green #5DEC01
RGB
CMYK
RGB Variations
Color information
#5DEC01 (or 0x5DEC01) is known color: Bright Green. HEX triplet: 5D, EC and 01. RGB value is (93,236,1). Sum of RGB (Red+Green+Blue) = 93+236+1=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #5DEC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DEC01 is #A213FE. Grayscale: #A7A7A7. Windows color (decimal): -10621951 or 126045. OLE color: 126045.
HSL color Cylindrical-coordinate representation of color #5DEC01: hue angle of 96.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DEC01 is Cyan = 0.61, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 1 | - |
| CMYK | 0.61 | 0 | 1.00 | 0.07 |
| HSL | 96.51º | 0.99% | 0.46% | - |
| HSV(B) | 96.51º | 1% | 0.93% | - |
| XYZ | 34.52 | 62.32 | 10.24 | - |
| YUV | 166.45 | 34.62 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 1 | 0.61 | 0 | 1.00 | 0.07 | 96.51 | 0.99 | 0.46 |
| Hex | 5D | EC | 1 | 3D | 0 | 64 | 7 | 61 | 63 | 2E |
| Octal | 135 | 354 | 1 | 75 | 0 | 144 | 7 | 141 | 143 | 56 |
| Binary | 1011101 | 11101100 | 1 | 111101 | 0 | 1100100 | 111 | 1100001 | 1100011 | 101110 |
Color Harmonies of #5DEC01
Complementary color
Monochromatic Colors of #5DEC01
Black with #5DEC01
Text Example
Text Example
White with #5DEC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEC01; }
p { color: rgb(93,236,1); }
H1.HeaderClassName
{
color: #5DEC01;
}
.AnyTagClassName
{
color: #5DEC01;
}
</style>
background-color css
<style>
a { background-color: #5DEC01; }
a { background-color: rgb(93,236,1); }
div.DivClassName
{
background-color: #5DEC01;
}
.BgClassName
{
background-color: #5DEC01;
}
</style>
border-color css
<style>
span { border-color: #5DEC01; }
span { border-color: rgb(93,236,1); }
td.TdClassName
{
border-color: #5DEC01;
}
.TagClassName
{
border-color: #5DEC01;
}
</style>