Shades of Screamin' Green #5DF370
Tints of Screamin' Green #5DF370
RGB
CMYK
RGB Variations
Color information
#5DF370 (or 0x5DF370) is known color: Screamin' Green. HEX triplet: 5D, F3 and 70. RGB value is (93,243,112). Sum of RGB (Red+Green+Blue) = 93+243+112=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF370 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DF370 is #A20C8F. Grayscale: #B7B7B7. Windows color (decimal): -10620048 or 7402333. OLE color: 7402333.
HSL color Cylindrical-coordinate representation of color #5DF370: hue angle of 127.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF370 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 112 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.05 |
| HSL | 127.6º | 0.86% | 0.66% | - |
| HSV(B) | 127.6º | 0.62% | 0.95% | - |
| XYZ | 39.49 | 67.6 | 26.3 | - |
| YUV | 183.22 | 87.81 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 112 | 0.62 | 0 | 0.54 | 0.05 | 127.6 | 0.86 | 0.66 |
| Hex | 5D | F3 | 70 | 3E | 0 | 36 | 5 | 80 | 56 | 42 |
| Octal | 135 | 363 | 160 | 76 | 0 | 66 | 5 | 200 | 126 | 102 |
| Binary | 1011101 | 11110011 | 1110000 | 111110 | 0 | 110110 | 101 | 10000000 | 1010110 | 1000010 |
Color Harmonies of #5DF370
Complementary color
Monochromatic Colors of #5DF370
Black with #5DF370
Text Example
Text Example
White with #5DF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF370; }
p { color: rgb(93,243,112); }
H1.HeaderClassName
{
color: #5DF370;
}
.AnyTagClassName
{
color: #5DF370;
}
</style>
background-color css
<style>
a { background-color: #5DF370; }
a { background-color: rgb(93,243,112); }
div.DivClassName
{
background-color: #5DF370;
}
.BgClassName
{
background-color: #5DF370;
}
</style>
border-color css
<style>
span { border-color: #5DF370; }
span { border-color: rgb(93,243,112); }
td.TdClassName
{
border-color: #5DF370;
}
.TagClassName
{
border-color: #5DF370;
}
</style>