Shades of Screamin' Green #5DEA52
Tints of Screamin' Green #5DEA52
RGB
CMYK
RGB Variations
Color information
#5DEA52 (or 0x5DEA52) is known color: Screamin' Green. HEX triplet: 5D, EA and 52. RGB value is (93,234,82). Sum of RGB (Red+Green+Blue) = 93+234+82=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEA52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DEA52 is #A215AD. Grayscale: #AEAEAE. Windows color (decimal): -10622382 or 5433949. OLE color: 5433949.
HSL color Cylindrical-coordinate representation of color #5DEA52: hue angle of 115.66º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DEA52 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 234 | 82 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.08 |
| HSL | 115.66º | 0.78% | 0.62% | - |
| HSV(B) | 115.66º | 0.65% | 0.92% | - |
| XYZ | 35.46 | 61.78 | 18.04 | - |
| YUV | 174.51 | 75.79 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 234 | 82 | 0.60 | 0 | 0.65 | 0.08 | 115.66 | 0.78 | 0.62 |
| Hex | 5D | EA | 52 | 3C | 0 | 41 | 8 | 74 | 4E | 3E |
| Octal | 135 | 352 | 122 | 74 | 0 | 101 | 10 | 164 | 116 | 76 |
| Binary | 1011101 | 11101010 | 1010010 | 111100 | 0 | 1000001 | 1000 | 1110100 | 1001110 | 111110 |
Color Harmonies of #5DEA52
Complementary color
Monochromatic Colors of #5DEA52
Black with #5DEA52
Text Example
Text Example
White with #5DEA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEA52; }
p { color: rgb(93,234,82); }
H1.HeaderClassName
{
color: #5DEA52;
}
.AnyTagClassName
{
color: #5DEA52;
}
</style>
background-color css
<style>
a { background-color: #5DEA52; }
a { background-color: rgb(93,234,82); }
div.DivClassName
{
background-color: #5DEA52;
}
.BgClassName
{
background-color: #5DEA52;
}
</style>
border-color css
<style>
span { border-color: #5DEA52; }
span { border-color: rgb(93,234,82); }
td.TdClassName
{
border-color: #5DEA52;
}
.TagClassName
{
border-color: #5DEA52;
}
</style>