Shades of Screamin' Green #5FEA40
Tints of Screamin' Green #5FEA40
RGB
CMYK
RGB Variations
Color information
#5FEA40 (or 0x5FEA40) is known color: Screamin' Green. HEX triplet: 5F, EA and 40. RGB value is (95,234,64). Sum of RGB (Red+Green+Blue) = 95+234+64=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEA40 is #A015BF. Grayscale: #ADADAD. Windows color (decimal): -10491328 or 4254303. OLE color: 4254303.
HSL color Cylindrical-coordinate representation of color #5FEA40: hue angle of 109.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FEA40 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 64 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.08 |
| HSL | 109.06º | 0.8% | 0.58% | - |
| HSV(B) | 109.06º | 0.73% | 0.92% | - |
| XYZ | 35.07 | 61.65 | 14.9 | - |
| YUV | 173.06 | 66.45 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 64 | 0.59 | 0 | 0.73 | 0.08 | 109.06 | 0.8 | 0.58 |
| Hex | 5F | EA | 40 | 3B | 0 | 49 | 8 | 6D | 50 | 3A |
| Octal | 137 | 352 | 100 | 73 | 0 | 111 | 10 | 155 | 120 | 72 |
| Binary | 1011111 | 11101010 | 1000000 | 111011 | 0 | 1001001 | 1000 | 1101101 | 1010000 | 111010 |
Color Harmonies of #5FEA40
Complementary color
Monochromatic Colors of #5FEA40
Black with #5FEA40
Text Example
Text Example
White with #5FEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA40; }
p { color: rgb(95,234,64); }
H1.HeaderClassName
{
color: #5FEA40;
}
.AnyTagClassName
{
color: #5FEA40;
}
</style>
background-color css
<style>
a { background-color: #5FEA40; }
a { background-color: rgb(95,234,64); }
div.DivClassName
{
background-color: #5FEA40;
}
.BgClassName
{
background-color: #5FEA40;
}
</style>
border-color css
<style>
span { border-color: #5FEA40; }
span { border-color: rgb(95,234,64); }
td.TdClassName
{
border-color: #5FEA40;
}
.TagClassName
{
border-color: #5FEA40;
}
</style>