Shades of Screamin' Green #5DEE34
Tints of Screamin' Green #5DEE34
RGB
CMYK
RGB Variations
Color information
#5DEE34 (or 0x5DEE34) is known color: Screamin' Green. HEX triplet: 5D, EE and 34. RGB value is (93,238,52). Sum of RGB (Red+Green+Blue) = 93+238+52=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 238 (93.36% from 255 or 62.14% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEE34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DEE34 is #A211CB. Grayscale: #AEAEAE. Windows color (decimal): -10621388 or 3468893. OLE color: 3468893.
HSL color Cylindrical-coordinate representation of color #5DEE34: hue angle of 106.77º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DEE34 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 238 | 52 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.07 |
| HSL | 106.77º | 0.85% | 0.57% | - |
| HSV(B) | 106.77º | 0.78% | 0.93% | - |
| XYZ | 35.71 | 63.72 | 13.67 | - |
| YUV | 173.44 | 59.46 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 52 | 0.61 | 0 | 0.78 | 0.07 | 106.77 | 0.85 | 0.57 |
| Hex | 5D | EE | 34 | 3D | 0 | 4E | 7 | 6B | 55 | 39 |
| Octal | 135 | 356 | 64 | 75 | 0 | 116 | 7 | 153 | 125 | 71 |
| Binary | 1011101 | 11101110 | 110100 | 111101 | 0 | 1001110 | 111 | 1101011 | 1010101 | 111001 |
Color Harmonies of #5DEE34
Complementary color
Monochromatic Colors of #5DEE34
Black with #5DEE34
Text Example
Text Example
White with #5DEE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEE34; }
p { color: rgb(93,238,52); }
H1.HeaderClassName
{
color: #5DEE34;
}
.AnyTagClassName
{
color: #5DEE34;
}
</style>
background-color css
<style>
a { background-color: #5DEE34; }
a { background-color: rgb(93,238,52); }
div.DivClassName
{
background-color: #5DEE34;
}
.BgClassName
{
background-color: #5DEE34;
}
</style>
border-color css
<style>
span { border-color: #5DEE34; }
span { border-color: rgb(93,238,52); }
td.TdClassName
{
border-color: #5DEE34;
}
.TagClassName
{
border-color: #5DEE34;
}
</style>