Shades of Screamin' Green #4BF155
Tints of Screamin' Green #4BF155
RGB
CMYK
RGB Variations
Color information
#4BF155 (or 0x4BF155) is known color: Screamin' Green. HEX triplet: 4B, F1 and 55. RGB value is (75,241,85). Sum of RGB (Red+Green+Blue) = 75+241+85=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF155 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BF155 is #B40EAA. Grayscale: #AEAEAE. Windows color (decimal): -11800235 or 5632331. OLE color: 5632331.
HSL color Cylindrical-coordinate representation of color #4BF155: hue angle of 123.61º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF155 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 241 | 85 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.05 |
| HSL | 123.61º | 0.86% | 0.62% | - |
| HSV(B) | 123.61º | 0.69% | 0.95% | - |
| XYZ | 36 | 65.06 | 19.26 | - |
| YUV | 173.58 | 78 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 241 | 85 | 0.69 | 0 | 0.65 | 0.05 | 123.61 | 0.86 | 0.62 |
| Hex | 4B | F1 | 55 | 45 | 0 | 41 | 5 | 7C | 56 | 3E |
| Octal | 113 | 361 | 125 | 105 | 0 | 101 | 5 | 174 | 126 | 76 |
| Binary | 1001011 | 11110001 | 1010101 | 1000101 | 0 | 1000001 | 101 | 1111100 | 1010110 | 111110 |
Color Harmonies of #4BF155
Complementary color
Monochromatic Colors of #4BF155
Black with #4BF155
Text Example
Text Example
White with #4BF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF155; }
p { color: rgb(75,241,85); }
H1.HeaderClassName
{
color: #4BF155;
}
.AnyTagClassName
{
color: #4BF155;
}
</style>
background-color css
<style>
a { background-color: #4BF155; }
a { background-color: rgb(75,241,85); }
div.DivClassName
{
background-color: #4BF155;
}
.BgClassName
{
background-color: #4BF155;
}
</style>
border-color css
<style>
span { border-color: #4BF155; }
span { border-color: rgb(75,241,85); }
td.TdClassName
{
border-color: #4BF155;
}
.TagClassName
{
border-color: #4BF155;
}
</style>