Shades of Bright Green #5DF01D
Tints of Bright Green #5DF01D
RGB
CMYK
RGB Variations
Color information
#5DF01D (or 0x5DF01D) is known color: Bright Green. HEX triplet: 5D, F0 and 1D. RGB value is (93,240,29). Sum of RGB (Red+Green+Blue) = 93+240+29=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF01D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF01D is #A20FE2. Grayscale: #ACACAC. Windows color (decimal): -10620899 or 1962077. OLE color: 1962077.
HSL color Cylindrical-coordinate representation of color #5DF01D: hue angle of 101.8º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DF01D is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 29 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.06 |
| HSL | 101.8º | 0.88% | 0.53% | - |
| HSV(B) | 101.8º | 0.88% | 0.94% | - |
| XYZ | 35.9 | 64.74 | 11.77 | - |
| YUV | 171.99 | 47.3 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 29 | 0.61 | 0 | 0.88 | 0.06 | 101.8 | 0.88 | 0.53 |
| Hex | 5D | F0 | 1D | 3D | 0 | 58 | 6 | 66 | 58 | 35 |
| Octal | 135 | 360 | 35 | 75 | 0 | 130 | 6 | 146 | 130 | 65 |
| Binary | 1011101 | 11110000 | 11101 | 111101 | 0 | 1011000 | 110 | 1100110 | 1011000 | 110101 |
Color Harmonies of #5DF01D
Complementary color
Monochromatic Colors of #5DF01D
Black with #5DF01D
Text Example
Text Example
White with #5DF01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF01D; }
p { color: rgb(93,240,29); }
H1.HeaderClassName
{
color: #5DF01D;
}
.AnyTagClassName
{
color: #5DF01D;
}
</style>
background-color css
<style>
a { background-color: #5DF01D; }
a { background-color: rgb(93,240,29); }
div.DivClassName
{
background-color: #5DF01D;
}
.BgClassName
{
background-color: #5DF01D;
}
</style>
border-color css
<style>
span { border-color: #5DF01D; }
span { border-color: rgb(93,240,29); }
td.TdClassName
{
border-color: #5DF01D;
}
.TagClassName
{
border-color: #5DF01D;
}
</style>