Shades of Bright Green #5DF82E
Tints of Bright Green #5DF82E
RGB
CMYK
RGB Variations
Color information
#5DF82E (or 0x5DF82E) is known color: Bright Green. HEX triplet: 5D, F8 and 2E. RGB value is (93,248,46). Sum of RGB (Red+Green+Blue) = 93+248+46=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 248 (97.27% from 255 or 64.08% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF82E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF82E is #A207D1. Grayscale: #B3B3B3. Windows color (decimal): -10618834 or 3078237. OLE color: 3078237.
HSL color Cylindrical-coordinate representation of color #5DF82E: hue angle of 106.04º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5DF82E is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 248 | 46 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.03 |
| HSL | 106.04º | 0.94% | 0.58% | - |
| HSV(B) | 106.04º | 0.81% | 0.97% | - |
| XYZ | 38.57 | 69.66 | 14 | - |
| YUV | 178.63 | 53.15 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 248 | 46 | 0.62 | 0 | 0.81 | 0.03 | 106.04 | 0.94 | 0.58 |
| Hex | 5D | F8 | 2E | 3E | 0 | 51 | 3 | 6A | 5E | 3A |
| Octal | 135 | 370 | 56 | 76 | 0 | 121 | 3 | 152 | 136 | 72 |
| Binary | 1011101 | 11111000 | 101110 | 111110 | 0 | 1010001 | 11 | 1101010 | 1011110 | 111010 |
Color Harmonies of #5DF82E
Complementary color
Monochromatic Colors of #5DF82E
Black with #5DF82E
Text Example
Text Example
White with #5DF82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF82E; }
p { color: rgb(93,248,46); }
H1.HeaderClassName
{
color: #5DF82E;
}
.AnyTagClassName
{
color: #5DF82E;
}
</style>
background-color css
<style>
a { background-color: #5DF82E; }
a { background-color: rgb(93,248,46); }
div.DivClassName
{
background-color: #5DF82E;
}
.BgClassName
{
background-color: #5DF82E;
}
</style>
border-color css
<style>
span { border-color: #5DF82E; }
span { border-color: rgb(93,248,46); }
td.TdClassName
{
border-color: #5DF82E;
}
.TagClassName
{
border-color: #5DF82E;
}
</style>