Shades of Screamin' Green #5FF040
Tints of Screamin' Green #5FF040
RGB
CMYK
RGB Variations
Color information
#5FF040 (or 0x5FF040) is known color: Screamin' Green. HEX triplet: 5F, F0 and 40. RGB value is (95,240,64). Sum of RGB (Red+Green+Blue) = 95+240+64=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF040 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF040 is #A00FBF. Grayscale: #B1B1B1. Windows color (decimal): -10489792 or 4255839. OLE color: 4255839.
HSL color Cylindrical-coordinate representation of color #5FF040: hue angle of 109.43º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FF040 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 64 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.06 |
| HSL | 109.43º | 0.85% | 0.6% | - |
| HSV(B) | 109.43º | 0.73% | 0.94% | - |
| XYZ | 36.8 | 65.12 | 15.48 | - |
| YUV | 176.58 | 64.46 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 64 | 0.60 | 0 | 0.73 | 0.06 | 109.43 | 0.85 | 0.6 |
| Hex | 5F | F0 | 40 | 3C | 0 | 49 | 6 | 6D | 55 | 3C |
| Octal | 137 | 360 | 100 | 74 | 0 | 111 | 6 | 155 | 125 | 74 |
| Binary | 1011111 | 11110000 | 1000000 | 111100 | 0 | 1001001 | 110 | 1101101 | 1010101 | 111100 |
Color Harmonies of #5FF040
Complementary color
Monochromatic Colors of #5FF040
Black with #5FF040
Text Example
Text Example
White with #5FF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF040; }
p { color: rgb(95,240,64); }
H1.HeaderClassName
{
color: #5FF040;
}
.AnyTagClassName
{
color: #5FF040;
}
</style>
background-color css
<style>
a { background-color: #5FF040; }
a { background-color: rgb(95,240,64); }
div.DivClassName
{
background-color: #5FF040;
}
.BgClassName
{
background-color: #5FF040;
}
</style>
border-color css
<style>
span { border-color: #5FF040; }
span { border-color: rgb(95,240,64); }
td.TdClassName
{
border-color: #5FF040;
}
.TagClassName
{
border-color: #5FF040;
}
</style>