Shades of Screamin' Green #5DFE40
Tints of Screamin' Green #5DFE40
RGB
CMYK
RGB Variations
Color information
#5DFE40 (or 0x5DFE40) is known color: Screamin' Green. HEX triplet: 5D, FE and 40. RGB value is (93,254,64). Sum of RGB (Red+Green+Blue) = 93+254+64=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 254 (99.61% from 255 or 61.80% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFE40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFE40 is #A201BF. Grayscale: #B8B8B8. Windows color (decimal): -10617280 or 4259421. OLE color: 4259421.
HSL color Cylindrical-coordinate representation of color #5DFE40: hue angle of 110.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DFE40 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 64 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.00 |
| HSL | 110.84º | 0.99% | 0.62% | - |
| HSV(B) | 110.84º | 0.75% | 1% | - |
| XYZ | 40.88 | 73.58 | 16.9 | - |
| YUV | 184.2 | 60.16 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 64 | 0.63 | 0 | 0.75 | 0.00 | 110.84 | 0.99 | 0.62 |
| Hex | 5D | FE | 40 | 3F | 0 | 4B | 0 | 6F | 63 | 3E |
| Octal | 135 | 376 | 100 | 77 | 0 | 113 | 0 | 157 | 143 | 76 |
| Binary | 1011101 | 11111110 | 1000000 | 111111 | 0 | 1001011 | 0 | 1101111 | 1100011 | 111110 |
Color Harmonies of #5DFE40
Complementary color
Monochromatic Colors of #5DFE40
Black with #5DFE40
Text Example
Text Example
White with #5DFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFE40; }
p { color: rgb(93,254,64); }
H1.HeaderClassName
{
color: #5DFE40;
}
.AnyTagClassName
{
color: #5DFE40;
}
</style>
background-color css
<style>
a { background-color: #5DFE40; }
a { background-color: rgb(93,254,64); }
div.DivClassName
{
background-color: #5DFE40;
}
.BgClassName
{
background-color: #5DFE40;
}
</style>
border-color css
<style>
span { border-color: #5DFE40; }
span { border-color: rgb(93,254,64); }
td.TdClassName
{
border-color: #5DFE40;
}
.TagClassName
{
border-color: #5DFE40;
}
</style>