Shades of Screamin' Green #5DED45
Tints of Screamin' Green #5DED45
RGB
CMYK
RGB Variations
Color information
#5DED45 (or 0x5DED45) is known color: Screamin' Green. HEX triplet: 5D, ED and 45. RGB value is (93,237,69). Sum of RGB (Red+Green+Blue) = 93+237+69=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #5DED45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DED45 is #A212BA. Grayscale: #AFAFAF. Windows color (decimal): -10621627 or 4582749. OLE color: 4582749.
HSL color Cylindrical-coordinate representation of color #5DED45: hue angle of 111.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DED45 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 69 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.07 |
| HSL | 111.43º | 0.82% | 0.6% | - |
| HSV(B) | 111.43º | 0.71% | 0.93% | - |
| XYZ | 35.87 | 63.33 | 15.96 | - |
| YUV | 174.79 | 68.29 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 69 | 0.61 | 0 | 0.71 | 0.07 | 111.43 | 0.82 | 0.6 |
| Hex | 5D | ED | 45 | 3D | 0 | 47 | 7 | 6F | 52 | 3C |
| Octal | 135 | 355 | 105 | 75 | 0 | 107 | 7 | 157 | 122 | 74 |
| Binary | 1011101 | 11101101 | 1000101 | 111101 | 0 | 1000111 | 111 | 1101111 | 1010010 | 111100 |
Color Harmonies of #5DED45
Complementary color
Monochromatic Colors of #5DED45
Black with #5DED45
Text Example
Text Example
White with #5DED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DED45; }
p { color: rgb(93,237,69); }
H1.HeaderClassName
{
color: #5DED45;
}
.AnyTagClassName
{
color: #5DED45;
}
</style>
background-color css
<style>
a { background-color: #5DED45; }
a { background-color: rgb(93,237,69); }
div.DivClassName
{
background-color: #5DED45;
}
.BgClassName
{
background-color: #5DED45;
}
</style>
border-color css
<style>
span { border-color: #5DED45; }
span { border-color: rgb(93,237,69); }
td.TdClassName
{
border-color: #5DED45;
}
.TagClassName
{
border-color: #5DED45;
}
</style>