Shades of Screamin' Green #5DFB70
Tints of Screamin' Green #5DFB70
RGB
CMYK
RGB Variations
Color information
#5DFB70 (or 0x5DFB70) is known color: Screamin' Green. HEX triplet: 5D, FB and 70. RGB value is (93,251,112). Sum of RGB (Red+Green+Blue) = 93+251+112=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFB70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DFB70 is #A2048F. Grayscale: #BCBCBC. Windows color (decimal): -10618000 or 7404381. OLE color: 7404381.
HSL color Cylindrical-coordinate representation of color #5DFB70: hue angle of 127.22º 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 #5DFB70 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 112 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.02 |
| HSL | 127.22º | 0.95% | 0.67% | - |
| HSV(B) | 127.22º | 0.63% | 0.98% | - |
| XYZ | 41.94 | 72.49 | 27.11 | - |
| YUV | 187.91 | 85.15 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 112 | 0.63 | 0 | 0.55 | 0.02 | 127.22 | 0.95 | 0.67 |
| Hex | 5D | FB | 70 | 3F | 0 | 37 | 2 | 7F | 5F | 43 |
| Octal | 135 | 373 | 160 | 77 | 0 | 67 | 2 | 177 | 137 | 103 |
| Binary | 1011101 | 11111011 | 1110000 | 111111 | 0 | 110111 | 10 | 1111111 | 1011111 | 1000011 |
Color Harmonies of #5DFB70
Complementary color
Monochromatic Colors of #5DFB70
Black with #5DFB70
Text Example
Text Example
White with #5DFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFB70; }
p { color: rgb(93,251,112); }
H1.HeaderClassName
{
color: #5DFB70;
}
.AnyTagClassName
{
color: #5DFB70;
}
</style>
background-color css
<style>
a { background-color: #5DFB70; }
a { background-color: rgb(93,251,112); }
div.DivClassName
{
background-color: #5DFB70;
}
.BgClassName
{
background-color: #5DFB70;
}
</style>
border-color css
<style>
span { border-color: #5DFB70; }
span { border-color: rgb(93,251,112); }
td.TdClassName
{
border-color: #5DFB70;
}
.TagClassName
{
border-color: #5DFB70;
}
</style>