Shades of Screamin' Green #5FEF38
Tints of Screamin' Green #5FEF38
RGB
CMYK
RGB Variations
Color information
#5FEF38 (or 0x5FEF38) is known color: Screamin' Green. HEX triplet: 5F, EF and 38. RGB value is (95,239,56). Sum of RGB (Red+Green+Blue) = 95+239+56=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 239 (93.75% from 255 or 61.28% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEF38 is #A010C7. Grayscale: #AFAFAF. Windows color (decimal): -10490056 or 3731295. OLE color: 3731295.
HSL color Cylindrical-coordinate representation of color #5FEF38: hue angle of 107.21º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FEF38 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 56 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.06 |
| HSL | 107.21º | 0.85% | 0.58% | - |
| HSV(B) | 107.21º | 0.77% | 0.94% | - |
| XYZ | 36.3 | 64.45 | 14.27 | - |
| YUV | 175.08 | 60.79 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 56 | 0.60 | 0 | 0.77 | 0.06 | 107.21 | 0.85 | 0.58 |
| Hex | 5F | EF | 38 | 3C | 0 | 4D | 6 | 6B | 55 | 3A |
| Octal | 137 | 357 | 70 | 74 | 0 | 115 | 6 | 153 | 125 | 72 |
| Binary | 1011111 | 11101111 | 111000 | 111100 | 0 | 1001101 | 110 | 1101011 | 1010101 | 111010 |
Color Harmonies of #5FEF38
Complementary color
Monochromatic Colors of #5FEF38
Black with #5FEF38
Text Example
Text Example
White with #5FEF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF38; }
p { color: rgb(95,239,56); }
H1.HeaderClassName
{
color: #5FEF38;
}
.AnyTagClassName
{
color: #5FEF38;
}
</style>
background-color css
<style>
a { background-color: #5FEF38; }
a { background-color: rgb(95,239,56); }
div.DivClassName
{
background-color: #5FEF38;
}
.BgClassName
{
background-color: #5FEF38;
}
</style>
border-color css
<style>
span { border-color: #5FEF38; }
span { border-color: rgb(95,239,56); }
td.TdClassName
{
border-color: #5FEF38;
}
.TagClassName
{
border-color: #5FEF38;
}
</style>