Shades of Screamin' Green #5DEC49
Tints of Screamin' Green #5DEC49
RGB
CMYK
RGB Variations
Color information
#5DEC49 (or 0x5DEC49) is known color: Screamin' Green. HEX triplet: 5D, EC and 49. RGB value is (93,236,73). Sum of RGB (Red+Green+Blue) = 93+236+73=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #5DEC49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DEC49 is #A213B6. Grayscale: #AFAFAF. Windows color (decimal): -10621879 or 4844637. OLE color: 4844637.
HSL color Cylindrical-coordinate representation of color #5DEC49: hue angle of 112.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DEC49 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 73 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.07 |
| HSL | 112.64º | 0.81% | 0.61% | - |
| HSV(B) | 112.64º | 0.69% | 0.93% | - |
| XYZ | 35.71 | 62.8 | 16.54 | - |
| YUV | 174.66 | 70.62 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 73 | 0.61 | 0 | 0.69 | 0.07 | 112.64 | 0.81 | 0.61 |
| Hex | 5D | EC | 49 | 3D | 0 | 45 | 7 | 71 | 51 | 3D |
| Octal | 135 | 354 | 111 | 75 | 0 | 105 | 7 | 161 | 121 | 75 |
| Binary | 1011101 | 11101100 | 1001001 | 111101 | 0 | 1000101 | 111 | 1110001 | 1010001 | 111101 |
Color Harmonies of #5DEC49
Complementary color
Monochromatic Colors of #5DEC49
Black with #5DEC49
Text Example
Text Example
White with #5DEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEC49; }
p { color: rgb(93,236,73); }
H1.HeaderClassName
{
color: #5DEC49;
}
.AnyTagClassName
{
color: #5DEC49;
}
</style>
background-color css
<style>
a { background-color: #5DEC49; }
a { background-color: rgb(93,236,73); }
div.DivClassName
{
background-color: #5DEC49;
}
.BgClassName
{
background-color: #5DEC49;
}
</style>
border-color css
<style>
span { border-color: #5DEC49; }
span { border-color: rgb(93,236,73); }
td.TdClassName
{
border-color: #5DEC49;
}
.TagClassName
{
border-color: #5DEC49;
}
</style>