Shades of Screamin' Green #5FEF42
Tints of Screamin' Green #5FEF42
RGB
CMYK
RGB Variations
Color information
#5FEF42 (or 0x5FEF42) is known color: Screamin' Green. HEX triplet: 5F, EF and 42. RGB value is (95,239,66). Sum of RGB (Red+Green+Blue) = 95+239+66=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEF42 is #A010BD. Grayscale: #B0B0B0. Windows color (decimal): -10490046 or 4386655. OLE color: 4386655.
HSL color Cylindrical-coordinate representation of color #5FEF42: hue angle of 109.94º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FEF42 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 66 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.06 |
| HSL | 109.94º | 0.84% | 0.6% | - |
| HSV(B) | 109.94º | 0.72% | 0.94% | - |
| XYZ | 36.57 | 64.56 | 15.69 | - |
| YUV | 176.22 | 65.79 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 66 | 0.60 | 0 | 0.72 | 0.06 | 109.94 | 0.84 | 0.6 |
| Hex | 5F | EF | 42 | 3C | 0 | 48 | 6 | 6E | 54 | 3C |
| Octal | 137 | 357 | 102 | 74 | 0 | 110 | 6 | 156 | 124 | 74 |
| Binary | 1011111 | 11101111 | 1000010 | 111100 | 0 | 1001000 | 110 | 1101110 | 1010100 | 111100 |
Color Harmonies of #5FEF42
Complementary color
Monochromatic Colors of #5FEF42
Black with #5FEF42
Text Example
Text Example
White with #5FEF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF42; }
p { color: rgb(95,239,66); }
H1.HeaderClassName
{
color: #5FEF42;
}
.AnyTagClassName
{
color: #5FEF42;
}
</style>
background-color css
<style>
a { background-color: #5FEF42; }
a { background-color: rgb(95,239,66); }
div.DivClassName
{
background-color: #5FEF42;
}
.BgClassName
{
background-color: #5FEF42;
}
</style>
border-color css
<style>
span { border-color: #5FEF42; }
span { border-color: rgb(95,239,66); }
td.TdClassName
{
border-color: #5FEF42;
}
.TagClassName
{
border-color: #5FEF42;
}
</style>