Shades of Bright Green #5DF811
Tints of Bright Green #5DF811
RGB
CMYK
RGB Variations
Color information
#5DF811 (or 0x5DF811) is known color: Bright Green. HEX triplet: 5D, F8 and 11. RGB value is (93,248,17). Sum of RGB (Red+Green+Blue) = 93+248+17=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 248 (97.27% from 255 or 69.27% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF811 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF811 is #A207EE. Grayscale: #B0B0B0. Windows color (decimal): -10618863 or 1177693. OLE color: 1177693.
HSL color Cylindrical-coordinate representation of color #5DF811: hue angle of 100.26º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DF811 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 248 | 17 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.03 |
| HSL | 100.26º | 0.94% | 0.52% | - |
| HSV(B) | 100.26º | 0.93% | 0.97% | - |
| XYZ | 38.18 | 69.5 | 11.93 | - |
| YUV | 175.32 | 38.65 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 248 | 17 | 0.62 | 0 | 0.93 | 0.03 | 100.26 | 0.94 | 0.52 |
| Hex | 5D | F8 | 11 | 3E | 0 | 5D | 3 | 64 | 5E | 34 |
| Octal | 135 | 370 | 21 | 76 | 0 | 135 | 3 | 144 | 136 | 64 |
| Binary | 1011101 | 11111000 | 10001 | 111110 | 0 | 1011101 | 11 | 1100100 | 1011110 | 110100 |
Color Harmonies of #5DF811
Complementary color
Monochromatic Colors of #5DF811
Black with #5DF811
Text Example
Text Example
White with #5DF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF811; }
p { color: rgb(93,248,17); }
H1.HeaderClassName
{
color: #5DF811;
}
.AnyTagClassName
{
color: #5DF811;
}
</style>
background-color css
<style>
a { background-color: #5DF811; }
a { background-color: rgb(93,248,17); }
div.DivClassName
{
background-color: #5DF811;
}
.BgClassName
{
background-color: #5DF811;
}
</style>
border-color css
<style>
span { border-color: #5DF811; }
span { border-color: rgb(93,248,17); }
td.TdClassName
{
border-color: #5DF811;
}
.TagClassName
{
border-color: #5DF811;
}
</style>