Shades of Screamin' Green #4BE155
Tints of Screamin' Green #4BE155
RGB
CMYK
RGB Variations
Color information
#4BE155 (or 0x4BE155) is known color: Screamin' Green. HEX triplet: 4B, E1 and 55. RGB value is (75,225,85). Sum of RGB (Red+Green+Blue) = 75+225+85=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BE155 is #B41EAA. Grayscale: #A4A4A4. Windows color (decimal): -11804331 or 5628235. OLE color: 5628235.
HSL color Cylindrical-coordinate representation of color #4BE155: hue angle of 124º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE155 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 225 | 85 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.12 |
| HSL | 124º | 0.71% | 0.59% | - |
| HSV(B) | 124º | 0.67% | 0.88% | - |
| XYZ | 31.47 | 56 | 17.75 | - |
| YUV | 164.19 | 83.31 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 225 | 85 | 0.67 | 0 | 0.62 | 0.12 | 124 | 0.71 | 0.59 |
| Hex | 4B | E1 | 55 | 43 | 0 | 3E | C | 7C | 47 | 3B |
| Octal | 113 | 341 | 125 | 103 | 0 | 76 | 14 | 174 | 107 | 73 |
| Binary | 1001011 | 11100001 | 1010101 | 1000011 | 0 | 111110 | 1100 | 1111100 | 1000111 | 111011 |
Color Harmonies of #4BE155
Complementary color
Monochromatic Colors of #4BE155
Black with #4BE155
Text Example
Text Example
White with #4BE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE155; }
p { color: rgb(75,225,85); }
H1.HeaderClassName
{
color: #4BE155;
}
.AnyTagClassName
{
color: #4BE155;
}
</style>
background-color css
<style>
a { background-color: #4BE155; }
a { background-color: rgb(75,225,85); }
div.DivClassName
{
background-color: #4BE155;
}
.BgClassName
{
background-color: #4BE155;
}
</style>
border-color css
<style>
span { border-color: #4BE155; }
span { border-color: rgb(75,225,85); }
td.TdClassName
{
border-color: #4BE155;
}
.TagClassName
{
border-color: #4BE155;
}
</style>