Shades of Screamin' Green #5DE952
Tints of Screamin' Green #5DE952
RGB
CMYK
RGB Variations
Color information
#5DE952 (or 0x5DE952) is known color: Screamin' Green. HEX triplet: 5D, E9 and 52. RGB value is (93,233,82). Sum of RGB (Red+Green+Blue) = 93+233+82=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 233 (91.41% from 255 or 57.11% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 233 - color contains mainly: green. Hex color #5DE952 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DE952 is #A216AD. Grayscale: #AEAEAE. Windows color (decimal): -10622638 or 5433693. OLE color: 5433693.
HSL color Cylindrical-coordinate representation of color #5DE952: hue angle of 115.63º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DE952 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 233 | 82 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.09 |
| HSL | 115.63º | 0.77% | 0.62% | - |
| HSV(B) | 115.63º | 0.65% | 0.91% | - |
| XYZ | 35.18 | 61.21 | 17.94 | - |
| YUV | 173.93 | 76.12 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 233 | 82 | 0.60 | 0 | 0.65 | 0.09 | 115.63 | 0.77 | 0.62 |
| Hex | 5D | E9 | 52 | 3C | 0 | 41 | 9 | 74 | 4D | 3E |
| Octal | 135 | 351 | 122 | 74 | 0 | 101 | 11 | 164 | 115 | 76 |
| Binary | 1011101 | 11101001 | 1010010 | 111100 | 0 | 1000001 | 1001 | 1110100 | 1001101 | 111110 |
Color Harmonies of #5DE952
Complementary color
Monochromatic Colors of #5DE952
Black with #5DE952
Text Example
Text Example
White with #5DE952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE952; }
p { color: rgb(93,233,82); }
H1.HeaderClassName
{
color: #5DE952;
}
.AnyTagClassName
{
color: #5DE952;
}
</style>
background-color css
<style>
a { background-color: #5DE952; }
a { background-color: rgb(93,233,82); }
div.DivClassName
{
background-color: #5DE952;
}
.BgClassName
{
background-color: #5DE952;
}
</style>
border-color css
<style>
span { border-color: #5DE952; }
span { border-color: rgb(93,233,82); }
td.TdClassName
{
border-color: #5DE952;
}
.TagClassName
{
border-color: #5DE952;
}
</style>