Shades of Screamin' Green #5DF770
Tints of Screamin' Green #5DF770
RGB
CMYK
RGB Variations
Color information
#5DF770 (or 0x5DF770) is known color: Screamin' Green. HEX triplet: 5D, F7 and 70. RGB value is (93,247,112). Sum of RGB (Red+Green+Blue) = 93+247+112=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DF770 is #A2088F. Grayscale: #B9B9B9. Windows color (decimal): -10619024 or 7403357. OLE color: 7403357.
HSL color Cylindrical-coordinate representation of color #5DF770: hue angle of 127.4º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF770 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 247 | 112 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.03 |
| HSL | 127.4º | 0.91% | 0.67% | - |
| HSV(B) | 127.4º | 0.62% | 0.97% | - |
| XYZ | 40.7 | 70.02 | 26.7 | - |
| YUV | 185.56 | 86.48 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 247 | 112 | 0.62 | 0 | 0.55 | 0.03 | 127.4 | 0.91 | 0.67 |
| Hex | 5D | F7 | 70 | 3E | 0 | 37 | 3 | 7F | 5B | 43 |
| Octal | 135 | 367 | 160 | 76 | 0 | 67 | 3 | 177 | 133 | 103 |
| Binary | 1011101 | 11110111 | 1110000 | 111110 | 0 | 110111 | 11 | 1111111 | 1011011 | 1000011 |
Color Harmonies of #5DF770
Complementary color
Monochromatic Colors of #5DF770
Black with #5DF770
Text Example
Text Example
White with #5DF770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF770; }
p { color: rgb(93,247,112); }
H1.HeaderClassName
{
color: #5DF770;
}
.AnyTagClassName
{
color: #5DF770;
}
</style>
background-color css
<style>
a { background-color: #5DF770; }
a { background-color: rgb(93,247,112); }
div.DivClassName
{
background-color: #5DF770;
}
.BgClassName
{
background-color: #5DF770;
}
</style>
border-color css
<style>
span { border-color: #5DF770; }
span { border-color: rgb(93,247,112); }
td.TdClassName
{
border-color: #5DF770;
}
.TagClassName
{
border-color: #5DF770;
}
</style>