Shades of Screamin' Green #5FEA41
Tints of Screamin' Green #5FEA41
RGB
CMYK
RGB Variations
Color information
#5FEA41 (or 0x5FEA41) is known color: Screamin' Green. HEX triplet: 5F, EA and 41. RGB value is (95,234,65). Sum of RGB (Red+Green+Blue) = 95+234+65=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEA41 is #A015BE. Grayscale: #ADADAD. Windows color (decimal): -10491327 or 4319839. OLE color: 4319839.
HSL color Cylindrical-coordinate representation of color #5FEA41: hue angle of 109.35º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FEA41 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 65 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.08 |
| HSL | 109.35º | 0.8% | 0.59% | - |
| HSV(B) | 109.35º | 0.72% | 0.92% | - |
| XYZ | 35.1 | 61.66 | 15.05 | - |
| YUV | 173.17 | 66.95 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 65 | 0.59 | 0 | 0.72 | 0.08 | 109.35 | 0.8 | 0.59 |
| Hex | 5F | EA | 41 | 3B | 0 | 48 | 8 | 6D | 50 | 3B |
| Octal | 137 | 352 | 101 | 73 | 0 | 110 | 10 | 155 | 120 | 73 |
| Binary | 1011111 | 11101010 | 1000001 | 111011 | 0 | 1001000 | 1000 | 1101101 | 1010000 | 111011 |
Color Harmonies of #5FEA41
Complementary color
Monochromatic Colors of #5FEA41
Black with #5FEA41
Text Example
Text Example
White with #5FEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA41; }
p { color: rgb(95,234,65); }
H1.HeaderClassName
{
color: #5FEA41;
}
.AnyTagClassName
{
color: #5FEA41;
}
</style>
background-color css
<style>
a { background-color: #5FEA41; }
a { background-color: rgb(95,234,65); }
div.DivClassName
{
background-color: #5FEA41;
}
.BgClassName
{
background-color: #5FEA41;
}
</style>
border-color css
<style>
span { border-color: #5FEA41; }
span { border-color: rgb(95,234,65); }
td.TdClassName
{
border-color: #5FEA41;
}
.TagClassName
{
border-color: #5FEA41;
}
</style>