Shades of Screamin' Green #5DF036
Tints of Screamin' Green #5DF036
RGB
CMYK
RGB Variations
Color information
#5DF036 (or 0x5DF036) is known color: Screamin' Green. HEX triplet: 5D, F0 and 36. RGB value is (93,240,54). Sum of RGB (Red+Green+Blue) = 93+240+54=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF036 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF036 is #A20FC9. Grayscale: #AFAFAF. Windows color (decimal): -10620874 or 3600477. OLE color: 3600477.
HSL color Cylindrical-coordinate representation of color #5DF036: hue angle of 107.42º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DF036 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 54 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.06 |
| HSL | 107.42º | 0.86% | 0.58% | - |
| HSV(B) | 107.42º | 0.78% | 0.94% | - |
| XYZ | 36.34 | 64.91 | 14.1 | - |
| YUV | 174.84 | 59.8 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 54 | 0.61 | 0 | 0.78 | 0.06 | 107.42 | 0.86 | 0.58 |
| Hex | 5D | F0 | 36 | 3D | 0 | 4E | 6 | 6B | 56 | 3A |
| Octal | 135 | 360 | 66 | 75 | 0 | 116 | 6 | 153 | 126 | 72 |
| Binary | 1011101 | 11110000 | 110110 | 111101 | 0 | 1001110 | 110 | 1101011 | 1010110 | 111010 |
Color Harmonies of #5DF036
Complementary color
Monochromatic Colors of #5DF036
Black with #5DF036
Text Example
Text Example
White with #5DF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF036; }
p { color: rgb(93,240,54); }
H1.HeaderClassName
{
color: #5DF036;
}
.AnyTagClassName
{
color: #5DF036;
}
</style>
background-color css
<style>
a { background-color: #5DF036; }
a { background-color: rgb(93,240,54); }
div.DivClassName
{
background-color: #5DF036;
}
.BgClassName
{
background-color: #5DF036;
}
</style>
border-color css
<style>
span { border-color: #5DF036; }
span { border-color: rgb(93,240,54); }
td.TdClassName
{
border-color: #5DF036;
}
.TagClassName
{
border-color: #5DF036;
}
</style>