Shades of Screamin' Green #5DEE42
Tints of Screamin' Green #5DEE42
RGB
CMYK
RGB Variations
Color information
#5DEE42 (or 0x5DEE42) is known color: Screamin' Green. HEX triplet: 5D, EE and 42. RGB value is (93,238,66). Sum of RGB (Red+Green+Blue) = 93+238+66=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 238 (93.36% from 255 or 59.95% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEE42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DEE42 is #A211BD. Grayscale: #AFAFAF. Windows color (decimal): -10621374 or 4386397. OLE color: 4386397.
HSL color Cylindrical-coordinate representation of color #5DEE42: hue angle of 110.58º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DEE42 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 238 | 66 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.07 |
| HSL | 110.58º | 0.83% | 0.6% | - |
| HSV(B) | 110.58º | 0.72% | 0.93% | - |
| XYZ | 36.07 | 63.87 | 15.58 | - |
| YUV | 175.04 | 66.46 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 66 | 0.61 | 0 | 0.72 | 0.07 | 110.58 | 0.83 | 0.6 |
| Hex | 5D | EE | 42 | 3D | 0 | 48 | 7 | 6F | 53 | 3C |
| Octal | 135 | 356 | 102 | 75 | 0 | 110 | 7 | 157 | 123 | 74 |
| Binary | 1011101 | 11101110 | 1000010 | 111101 | 0 | 1001000 | 111 | 1101111 | 1010011 | 111100 |
Color Harmonies of #5DEE42
Complementary color
Monochromatic Colors of #5DEE42
Black with #5DEE42
Text Example
Text Example
White with #5DEE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEE42; }
p { color: rgb(93,238,66); }
H1.HeaderClassName
{
color: #5DEE42;
}
.AnyTagClassName
{
color: #5DEE42;
}
</style>
background-color css
<style>
a { background-color: #5DEE42; }
a { background-color: rgb(93,238,66); }
div.DivClassName
{
background-color: #5DEE42;
}
.BgClassName
{
background-color: #5DEE42;
}
</style>
border-color css
<style>
span { border-color: #5DEE42; }
span { border-color: rgb(93,238,66); }
td.TdClassName
{
border-color: #5DEE42;
}
.TagClassName
{
border-color: #5DEE42;
}
</style>