Shades of Bright Green #5DE608
Tints of Bright Green #5DE608
RGB
CMYK
RGB Variations
Color information
#5DE608 (or 0x5DE608) is known color: Bright Green. HEX triplet: 5D, E6 and 08. RGB value is (93,230,8). Sum of RGB (Red+Green+Blue) = 93+230+8=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 230 (90.23% from 255 or 69.49% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 230 - color contains mainly: green. Hex color #5DE608 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DE608 is #A219F7. Grayscale: #A4A4A4. Windows color (decimal): -10623480 or 583261. OLE color: 583261.
HSL color Cylindrical-coordinate representation of color #5DE608: hue angle of 97.03º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5DE608 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 230 | 8 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.10 |
| HSL | 97.03º | 0.93% | 0.47% | - |
| HSV(B) | 97.03º | 0.97% | 0.9% | - |
| XYZ | 32.85 | 58.94 | 9.87 | - |
| YUV | 163.73 | 40.11 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 230 | 8 | 0.60 | 0 | 0.97 | 0.10 | 97.03 | 0.93 | 0.47 |
| Hex | 5D | E6 | 8 | 3C | 0 | 61 | A | 61 | 5D | 2F |
| Octal | 135 | 346 | 10 | 74 | 0 | 141 | 12 | 141 | 135 | 57 |
| Binary | 1011101 | 11100110 | 1000 | 111100 | 0 | 1100001 | 1010 | 1100001 | 1011101 | 101111 |
Color Harmonies of #5DE608
Complementary color
Monochromatic Colors of #5DE608
Black with #5DE608
Text Example
Text Example
White with #5DE608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE608; }
p { color: rgb(93,230,8); }
H1.HeaderClassName
{
color: #5DE608;
}
.AnyTagClassName
{
color: #5DE608;
}
</style>
background-color css
<style>
a { background-color: #5DE608; }
a { background-color: rgb(93,230,8); }
div.DivClassName
{
background-color: #5DE608;
}
.BgClassName
{
background-color: #5DE608;
}
</style>
border-color css
<style>
span { border-color: #5DE608; }
span { border-color: rgb(93,230,8); }
td.TdClassName
{
border-color: #5DE608;
}
.TagClassName
{
border-color: #5DE608;
}
</style>