Shades of Screamin' Green #5DEE80
Tints of Screamin' Green #5DEE80
RGB
CMYK
RGB Variations
Color information
#5DEE80 (or 0x5DEE80) is known color: Screamin' Green. HEX triplet: 5D, EE and 80. RGB value is (93,238,128). Sum of RGB (Red+Green+Blue) = 93+238+128=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEE80 is #A2117F. Grayscale: #B6B6B6. Windows color (decimal): -10621312 or 8449629. OLE color: 8449629.
HSL color Cylindrical-coordinate representation of color #5DEE80: hue angle of 134.48º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEE80 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 238 | 128 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.07 |
| HSL | 134.48º | 0.81% | 0.65% | - |
| HSV(B) | 134.48º | 0.61% | 0.93% | - |
| XYZ | 38.99 | 65.03 | 30.92 | - |
| YUV | 182.11 | 97.46 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 128 | 0.61 | 0 | 0.46 | 0.07 | 134.48 | 0.81 | 0.65 |
| Hex | 5D | EE | 80 | 3D | 0 | 2E | 7 | 86 | 51 | 41 |
| Octal | 135 | 356 | 200 | 75 | 0 | 56 | 7 | 206 | 121 | 101 |
| Binary | 1011101 | 11101110 | 10000000 | 111101 | 0 | 101110 | 111 | 10000110 | 1010001 | 1000001 |
Color Harmonies of #5DEE80
Complementary color
Monochromatic Colors of #5DEE80
Black with #5DEE80
Text Example
Text Example
White with #5DEE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEE80; }
p { color: rgb(93,238,128); }
H1.HeaderClassName
{
color: #5DEE80;
}
.AnyTagClassName
{
color: #5DEE80;
}
</style>
background-color css
<style>
a { background-color: #5DEE80; }
a { background-color: rgb(93,238,128); }
div.DivClassName
{
background-color: #5DEE80;
}
.BgClassName
{
background-color: #5DEE80;
}
</style>
border-color css
<style>
span { border-color: #5DEE80; }
span { border-color: rgb(93,238,128); }
td.TdClassName
{
border-color: #5DEE80;
}
.TagClassName
{
border-color: #5DEE80;
}
</style>