Shades of Screamin' Green #5FE146
Tints of Screamin' Green #5FE146
RGB
CMYK
RGB Variations
Color information
#5FE146 (or 0x5FE146) is known color: Screamin' Green. HEX triplet: 5F, E1 and 46. RGB value is (95,225,70). Sum of RGB (Red+Green+Blue) = 95+225+70=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE146 is #A01EB9. Grayscale: #A8A8A8. Windows color (decimal): -10493626 or 4645215. OLE color: 4645215.
HSL color Cylindrical-coordinate representation of color #5FE146: hue angle of 110.32º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FE146 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 70 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.12 |
| HSL | 110.32º | 0.72% | 0.58% | - |
| HSV(B) | 110.32º | 0.69% | 0.88% | - |
| XYZ | 32.75 | 56.73 | 15.02 | - |
| YUV | 168.46 | 72.43 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 70 | 0.58 | 0 | 0.69 | 0.12 | 110.32 | 0.72 | 0.58 |
| Hex | 5F | E1 | 46 | 3A | 0 | 45 | C | 6E | 48 | 3A |
| Octal | 137 | 341 | 106 | 72 | 0 | 105 | 14 | 156 | 110 | 72 |
| Binary | 1011111 | 11100001 | 1000110 | 111010 | 0 | 1000101 | 1100 | 1101110 | 1001000 | 111010 |
Color Harmonies of #5FE146
Complementary color
Monochromatic Colors of #5FE146
Black with #5FE146
Text Example
Text Example
White with #5FE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE146; }
p { color: rgb(95,225,70); }
H1.HeaderClassName
{
color: #5FE146;
}
.AnyTagClassName
{
color: #5FE146;
}
</style>
background-color css
<style>
a { background-color: #5FE146; }
a { background-color: rgb(95,225,70); }
div.DivClassName
{
background-color: #5FE146;
}
.BgClassName
{
background-color: #5FE146;
}
</style>
border-color css
<style>
span { border-color: #5FE146; }
span { border-color: rgb(95,225,70); }
td.TdClassName
{
border-color: #5FE146;
}
.TagClassName
{
border-color: #5FE146;
}
</style>