Shades of Screamin' Green #4BFF48
Tints of Screamin' Green #4BFF48
RGB
CMYK
RGB Variations
Color information
#4BFF48 (or 0x4BFF48) is known color: Screamin' Green. HEX triplet: 4B, FF and 48. RGB value is (75,255,72). Sum of RGB (Red+Green+Blue) = 75+255+72=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 255 (100% from 255 or 63.43% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFF48 is #B400B7. Grayscale: #B4B4B4. Windows color (decimal): -11796664 or 4783947. OLE color: 4783947.
HSL color Cylindrical-coordinate representation of color #4BFF48: hue angle of 119.02º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4BFF48 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 72 | - |
| CMYK | 0.71 | 0 | 0.72 | 0 |
| HSL | 119.02º | 1% | 0.64% | - |
| HSV(B) | 119.02º | 0.72% | 1% | - |
| XYZ | 39.83 | 73.48 | 18.22 | - |
| YUV | 180.32 | 66.87 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 72 | 0.71 | 0 | 0.72 | 0 | 119.02 | 1 | 0.64 |
| Hex | 4B | FF | 48 | 47 | 0 | 48 | 0 | 77 | 64 | 40 |
| Octal | 113 | 377 | 110 | 107 | 0 | 110 | 0 | 167 | 144 | 100 |
| Binary | 1001011 | 11111111 | 1001000 | 1000111 | 0 | 1001000 | 0 | 1110111 | 1100100 | 1000000 |
Color Harmonies of #4BFF48
Complementary color
Monochromatic Colors of #4BFF48
Black with #4BFF48
Text Example
Text Example
White with #4BFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFF48; }
p { color: rgb(75,255,72); }
H1.HeaderClassName
{
color: #4BFF48;
}
.AnyTagClassName
{
color: #4BFF48;
}
</style>
background-color css
<style>
a { background-color: #4BFF48; }
a { background-color: rgb(75,255,72); }
div.DivClassName
{
background-color: #4BFF48;
}
.BgClassName
{
background-color: #4BFF48;
}
</style>
border-color css
<style>
span { border-color: #4BFF48; }
span { border-color: rgb(75,255,72); }
td.TdClassName
{
border-color: #4BFF48;
}
.TagClassName
{
border-color: #4BFF48;
}
</style>