Shades of Screamin' Green #5DFB72
Tints of Screamin' Green #5DFB72
RGB
CMYK
RGB Variations
Color information
#5DFB72 (or 0x5DFB72) is known color: Screamin' Green. HEX triplet: 5D, FB and 72. RGB value is (93,251,114). Sum of RGB (Red+Green+Blue) = 93+251+114=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFB72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DFB72 is #A2048D. Grayscale: #BCBCBC. Windows color (decimal): -10617998 or 7535453. OLE color: 7535453.
HSL color Cylindrical-coordinate representation of color #5DFB72: hue angle of 127.97º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFB72 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 114 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.02 |
| HSL | 127.97º | 0.95% | 0.67% | - |
| HSV(B) | 127.97º | 0.63% | 0.98% | - |
| XYZ | 42.05 | 72.54 | 27.7 | - |
| YUV | 188.14 | 86.15 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 114 | 0.63 | 0 | 0.55 | 0.02 | 127.97 | 0.95 | 0.67 |
| Hex | 5D | FB | 72 | 3F | 0 | 37 | 2 | 80 | 5F | 43 |
| Octal | 135 | 373 | 162 | 77 | 0 | 67 | 2 | 200 | 137 | 103 |
| Binary | 1011101 | 11111011 | 1110010 | 111111 | 0 | 110111 | 10 | 10000000 | 1011111 | 1000011 |
Color Harmonies of #5DFB72
Complementary color
Monochromatic Colors of #5DFB72
Black with #5DFB72
Text Example
Text Example
White with #5DFB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFB72; }
p { color: rgb(93,251,114); }
H1.HeaderClassName
{
color: #5DFB72;
}
.AnyTagClassName
{
color: #5DFB72;
}
</style>
background-color css
<style>
a { background-color: #5DFB72; }
a { background-color: rgb(93,251,114); }
div.DivClassName
{
background-color: #5DFB72;
}
.BgClassName
{
background-color: #5DFB72;
}
</style>
border-color css
<style>
span { border-color: #5DFB72; }
span { border-color: rgb(93,251,114); }
td.TdClassName
{
border-color: #5DFB72;
}
.TagClassName
{
border-color: #5DFB72;
}
</style>