Shades of Screamin' Green #5DE151
Tints of Screamin' Green #5DE151
RGB
CMYK
RGB Variations
Color information
#5DE151 (or 0x5DE151) is known color: Screamin' Green. HEX triplet: 5D, E1 and 51. RGB value is (93,225,81). Sum of RGB (Red+Green+Blue) = 93+225+81=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DE151 is #A21EAE. Grayscale: #A9A9A9. Windows color (decimal): -10624687 or 5366109. OLE color: 5366109.
HSL color Cylindrical-coordinate representation of color #5DE151: hue angle of 115º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DE151 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 225 | 81 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.12 |
| HSL | 115º | 0.71% | 0.6% | - |
| HSV(B) | 115º | 0.64% | 0.88% | - |
| XYZ | 32.92 | 56.77 | 17.01 | - |
| YUV | 169.12 | 78.27 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 225 | 81 | 0.59 | 0 | 0.64 | 0.12 | 115 | 0.71 | 0.6 |
| Hex | 5D | E1 | 51 | 3B | 0 | 40 | C | 73 | 47 | 3C |
| Octal | 135 | 341 | 121 | 73 | 0 | 100 | 14 | 163 | 107 | 74 |
| Binary | 1011101 | 11100001 | 1010001 | 111011 | 0 | 1000000 | 1100 | 1110011 | 1000111 | 111100 |
Color Harmonies of #5DE151
Complementary color
Monochromatic Colors of #5DE151
Black with #5DE151
Text Example
Text Example
White with #5DE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE151; }
p { color: rgb(93,225,81); }
H1.HeaderClassName
{
color: #5DE151;
}
.AnyTagClassName
{
color: #5DE151;
}
</style>
background-color css
<style>
a { background-color: #5DE151; }
a { background-color: rgb(93,225,81); }
div.DivClassName
{
background-color: #5DE151;
}
.BgClassName
{
background-color: #5DE151;
}
</style>
border-color css
<style>
span { border-color: #5DE151; }
span { border-color: rgb(93,225,81); }
td.TdClassName
{
border-color: #5DE151;
}
.TagClassName
{
border-color: #5DE151;
}
</style>