Shades of Screamin' Green #4BFB75
Tints of Screamin' Green #4BFB75
RGB
CMYK
RGB Variations
Color information
#4BFB75 (or 0x4BFB75) is known color: Screamin' Green. HEX triplet: 4B, FB and 75. RGB value is (75,251,117). Sum of RGB (Red+Green+Blue) = 75+251+117=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 251 (98.44% from 255 or 56.66% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFB75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BFB75 is #B4048A. Grayscale: #B7B7B7. Windows color (decimal): -11797643 or 7732043. OLE color: 7732043.
HSL color Cylindrical-coordinate representation of color #4BFB75: hue angle of 134.32º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFB75 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 117 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.02 |
| HSL | 134.32º | 0.96% | 0.64% | - |
| HSV(B) | 134.32º | 0.7% | 0.98% | - |
| XYZ | 40.61 | 71.77 | 28.54 | - |
| YUV | 183.1 | 90.69 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 117 | 0.70 | 0 | 0.53 | 0.02 | 134.32 | 0.96 | 0.64 |
| Hex | 4B | FB | 75 | 46 | 0 | 35 | 2 | 86 | 60 | 40 |
| Octal | 113 | 373 | 165 | 106 | 0 | 65 | 2 | 206 | 140 | 100 |
| Binary | 1001011 | 11111011 | 1110101 | 1000110 | 0 | 110101 | 10 | 10000110 | 1100000 | 1000000 |
Color Harmonies of #4BFB75
Complementary color
Monochromatic Colors of #4BFB75
Black with #4BFB75
Text Example
Text Example
White with #4BFB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFB75; }
p { color: rgb(75,251,117); }
H1.HeaderClassName
{
color: #4BFB75;
}
.AnyTagClassName
{
color: #4BFB75;
}
</style>
background-color css
<style>
a { background-color: #4BFB75; }
a { background-color: rgb(75,251,117); }
div.DivClassName
{
background-color: #4BFB75;
}
.BgClassName
{
background-color: #4BFB75;
}
</style>
border-color css
<style>
span { border-color: #4BFB75; }
span { border-color: rgb(75,251,117); }
td.TdClassName
{
border-color: #4BFB75;
}
.TagClassName
{
border-color: #4BFB75;
}
</style>