Shades of Screamin' Green #4BFF56
Tints of Screamin' Green #4BFF56
RGB
CMYK
RGB Variations
Color information
#4BFF56 (or 0x4BFF56) is known color: Screamin' Green. HEX triplet: 4B, FF and 56. RGB value is (75,255,86). Sum of RGB (Red+Green+Blue) = 75+255+86=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BFF56 is #B400A9. Grayscale: #B6B6B6. Windows color (decimal): -11796650 or 5701451. OLE color: 5701451.
HSL color Cylindrical-coordinate representation of color #4BFF56: hue angle of 123.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFF56 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 86 | - |
| CMYK | 0.71 | 0 | 0.66 | 0 |
| HSL | 123.67º | 1% | 0.65% | - |
| HSV(B) | 123.67º | 0.71% | 1% | - |
| XYZ | 40.34 | 73.69 | 20.9 | - |
| YUV | 181.91 | 73.87 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 86 | 0.71 | 0 | 0.66 | 0 | 123.67 | 1 | 0.65 |
| Hex | 4B | FF | 56 | 47 | 0 | 42 | 0 | 7C | 64 | 41 |
| Octal | 113 | 377 | 126 | 107 | 0 | 102 | 0 | 174 | 144 | 101 |
| Binary | 1001011 | 11111111 | 1010110 | 1000111 | 0 | 1000010 | 0 | 1111100 | 1100100 | 1000001 |
Color Harmonies of #4BFF56
Complementary color
Monochromatic Colors of #4BFF56
Black with #4BFF56
Text Example
Text Example
White with #4BFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFF56; }
p { color: rgb(75,255,86); }
H1.HeaderClassName
{
color: #4BFF56;
}
.AnyTagClassName
{
color: #4BFF56;
}
</style>
background-color css
<style>
a { background-color: #4BFF56; }
a { background-color: rgb(75,255,86); }
div.DivClassName
{
background-color: #4BFF56;
}
.BgClassName
{
background-color: #4BFF56;
}
</style>
border-color css
<style>
span { border-color: #4BFF56; }
span { border-color: rgb(75,255,86); }
td.TdClassName
{
border-color: #4BFF56;
}
.TagClassName
{
border-color: #4BFF56;
}
</style>