Shades of Bright Green #5DF01A
Tints of Bright Green #5DF01A
RGB
CMYK
RGB Variations
Color information
#5DF01A (or 0x5DF01A) is known color: Bright Green. HEX triplet: 5D, F0 and 1A. RGB value is (93,240,26). Sum of RGB (Red+Green+Blue) = 93+240+26=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 240 (94.14% from 255 or 66.85% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF01A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF01A is #A20FE5. Grayscale: #ACACAC. Windows color (decimal): -10620902 or 1765469. OLE color: 1765469.
HSL color Cylindrical-coordinate representation of color #5DF01A: hue angle of 101.21º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5DF01A is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 26 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.06 |
| HSL | 101.22º | 0.88% | 0.52% | - |
| HSV(B) | 101.22º | 0.89% | 0.94% | - |
| XYZ | 35.86 | 64.72 | 11.58 | - |
| YUV | 171.65 | 45.8 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 26 | 0.61 | 0 | 0.89 | 0.06 | 101.22 | 0.88 | 0.52 |
| Hex | 5D | F0 | 1A | 3D | 0 | 59 | 6 | 65 | 58 | 34 |
| Octal | 135 | 360 | 32 | 75 | 0 | 131 | 6 | 145 | 130 | 64 |
| Binary | 1011101 | 11110000 | 11010 | 111101 | 0 | 1011001 | 110 | 1100101 | 1011000 | 110100 |
Color Harmonies of #5DF01A
Complementary color
Monochromatic Colors of #5DF01A
Black with #5DF01A
Text Example
Text Example
White with #5DF01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF01A; }
p { color: rgb(93,240,26); }
H1.HeaderClassName
{
color: #5DF01A;
}
.AnyTagClassName
{
color: #5DF01A;
}
</style>
background-color css
<style>
a { background-color: #5DF01A; }
a { background-color: rgb(93,240,26); }
div.DivClassName
{
background-color: #5DF01A;
}
.BgClassName
{
background-color: #5DF01A;
}
</style>
border-color css
<style>
span { border-color: #5DF01A; }
span { border-color: rgb(93,240,26); }
td.TdClassName
{
border-color: #5DF01A;
}
.TagClassName
{
border-color: #5DF01A;
}
</style>