Shades of Bright Green #5DF018
Tints of Bright Green #5DF018
RGB
CMYK
RGB Variations
Color information
#5DF018 (or 0x5DF018) is known color: Bright Green. HEX triplet: 5D, F0 and 18. RGB value is (93,240,24). Sum of RGB (Red+Green+Blue) = 93+240+24=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF018 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF018 is #A20FE7. Grayscale: #ACACAC. Windows color (decimal): -10620904 or 1634397. OLE color: 1634397.
HSL color Cylindrical-coordinate representation of color #5DF018: hue angle of 100.83º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DF018 is Cyan = 0.61, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 24 | - |
| CMYK | 0.61 | 0 | 0.9 | 0.06 |
| HSL | 100.83º | 0.88% | 0.52% | - |
| HSV(B) | 100.83º | 0.9% | 0.94% | - |
| XYZ | 35.84 | 64.71 | 11.47 | - |
| YUV | 171.42 | 44.8 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 24 | 0.61 | 0 | 0.9 | 0.06 | 100.83 | 0.88 | 0.52 |
| Hex | 5D | F0 | 18 | 3D | 0 | 5A | 6 | 65 | 58 | 34 |
| Octal | 135 | 360 | 30 | 75 | 0 | 132 | 6 | 145 | 130 | 64 |
| Binary | 1011101 | 11110000 | 11000 | 111101 | 0 | 1011010 | 110 | 1100101 | 1011000 | 110100 |
Color Harmonies of #5DF018
Complementary color
Monochromatic Colors of #5DF018
Black with #5DF018
Text Example
Text Example
White with #5DF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF018; }
p { color: rgb(93,240,24); }
H1.HeaderClassName
{
color: #5DF018;
}
.AnyTagClassName
{
color: #5DF018;
}
</style>
background-color css
<style>
a { background-color: #5DF018; }
a { background-color: rgb(93,240,24); }
div.DivClassName
{
background-color: #5DF018;
}
.BgClassName
{
background-color: #5DF018;
}
</style>
border-color css
<style>
span { border-color: #5DF018; }
span { border-color: rgb(93,240,24); }
td.TdClassName
{
border-color: #5DF018;
}
.TagClassName
{
border-color: #5DF018;
}
</style>