Shades of Bright Green #5DF501
Tints of Bright Green #5DF501
RGB
CMYK
RGB Variations
Color information
#5DF501 (or 0x5DF501) is known color: Bright Green. HEX triplet: 5D, F5 and 01. RGB value is (93,245,1). Sum of RGB (Red+Green+Blue) = 93+245+1=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 245 (96.09% from 255 or 72.27% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 245 - color contains mainly: green. Hex color #5DF501 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF501 is #A20AFE. Grayscale: #ACACAC. Windows color (decimal): -10619647 or 128349. OLE color: 128349.
HSL color Cylindrical-coordinate representation of color #5DF501: hue angle of 97.38º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DF501 is Cyan = 0.62, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 245 | 1 | - |
| CMYK | 0.62 | 0 | 1.00 | 0.04 |
| HSL | 97.38º | 0.99% | 0.48% | - |
| HSV(B) | 97.38º | 1% | 0.96% | - |
| XYZ | 37.17 | 67.63 | 11.12 | - |
| YUV | 171.74 | 31.64 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 245 | 1 | 0.62 | 0 | 1.00 | 0.04 | 97.38 | 0.99 | 0.48 |
| Hex | 5D | F5 | 1 | 3E | 0 | 64 | 4 | 61 | 63 | 30 |
| Octal | 135 | 365 | 1 | 76 | 0 | 144 | 4 | 141 | 143 | 60 |
| Binary | 1011101 | 11110101 | 1 | 111110 | 0 | 1100100 | 100 | 1100001 | 1100011 | 110000 |
Color Harmonies of #5DF501
Complementary color
Monochromatic Colors of #5DF501
Black with #5DF501
Text Example
Text Example
White with #5DF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF501; }
p { color: rgb(93,245,1); }
H1.HeaderClassName
{
color: #5DF501;
}
.AnyTagClassName
{
color: #5DF501;
}
</style>
background-color css
<style>
a { background-color: #5DF501; }
a { background-color: rgb(93,245,1); }
div.DivClassName
{
background-color: #5DF501;
}
.BgClassName
{
background-color: #5DF501;
}
</style>
border-color css
<style>
span { border-color: #5DF501; }
span { border-color: rgb(93,245,1); }
td.TdClassName
{
border-color: #5DF501;
}
.TagClassName
{
border-color: #5DF501;
}
</style>