Shades of Screamin' Green #5DFE72
Tints of Screamin' Green #5DFE72
RGB
CMYK
RGB Variations
Color information
#5DFE72 (or 0x5DFE72) is known color: Screamin' Green. HEX triplet: 5D, FE and 72. RGB value is (93,254,114). Sum of RGB (Red+Green+Blue) = 93+254+114=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFE72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DFE72 is #A2018D. Grayscale: #BEBEBE. Windows color (decimal): -10617230 or 7536221. OLE color: 7536221.
HSL color Cylindrical-coordinate representation of color #5DFE72: hue angle of 127.83º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFE72 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 114 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.00 |
| HSL | 127.83º | 0.99% | 0.68% | - |
| HSV(B) | 127.83º | 0.63% | 1% | - |
| XYZ | 42.99 | 74.43 | 28.02 | - |
| YUV | 189.9 | 85.16 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 114 | 0.63 | 0 | 0.55 | 0.00 | 127.83 | 0.99 | 0.68 |
| Hex | 5D | FE | 72 | 3F | 0 | 37 | 0 | 80 | 63 | 44 |
| Octal | 135 | 376 | 162 | 77 | 0 | 67 | 0 | 200 | 143 | 104 |
| Binary | 1011101 | 11111110 | 1110010 | 111111 | 0 | 110111 | 0 | 10000000 | 1100011 | 1000100 |
Color Harmonies of #5DFE72
Complementary color
Monochromatic Colors of #5DFE72
Black with #5DFE72
Text Example
Text Example
White with #5DFE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFE72; }
p { color: rgb(93,254,114); }
H1.HeaderClassName
{
color: #5DFE72;
}
.AnyTagClassName
{
color: #5DFE72;
}
</style>
background-color css
<style>
a { background-color: #5DFE72; }
a { background-color: rgb(93,254,114); }
div.DivClassName
{
background-color: #5DFE72;
}
.BgClassName
{
background-color: #5DFE72;
}
</style>
border-color css
<style>
span { border-color: #5DFE72; }
span { border-color: rgb(93,254,114); }
td.TdClassName
{
border-color: #5DFE72;
}
.TagClassName
{
border-color: #5DFE72;
}
</style>