Shades of Screamin' Green #4CFB50
Tints of Screamin' Green #4CFB50
RGB
CMYK
RGB Variations
Color information
#4CFB50 (or 0x4CFB50) is known color: Screamin' Green. HEX triplet: 4C, FB and 50. RGB value is (76,251,80). Sum of RGB (Red+Green+Blue) = 76+251+80=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 251 (98.44% from 255 or 61.67% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CFB50 is #B304AF. Grayscale: #B3B3B3. Windows color (decimal): -11732144 or 5307212. OLE color: 5307212.
HSL color Cylindrical-coordinate representation of color #4CFB50: hue angle of 121.37º 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 #4CFB50 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 80 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.02 |
| HSL | 121.37º | 0.96% | 0.64% | - |
| HSV(B) | 121.37º | 0.7% | 0.98% | - |
| XYZ | 38.93 | 71.11 | 19.26 | - |
| YUV | 179.18 | 72.02 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 80 | 0.70 | 0 | 0.68 | 0.02 | 121.37 | 0.96 | 0.64 |
| Hex | 4C | FB | 50 | 46 | 0 | 44 | 2 | 79 | 60 | 40 |
| Octal | 114 | 373 | 120 | 106 | 0 | 104 | 2 | 171 | 140 | 100 |
| Binary | 1001100 | 11111011 | 1010000 | 1000110 | 0 | 1000100 | 10 | 1111001 | 1100000 | 1000000 |
Color Harmonies of #4CFB50
Complementary color
Monochromatic Colors of #4CFB50
Black with #4CFB50
Text Example
Text Example
White with #4CFB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB50; }
p { color: rgb(76,251,80); }
H1.HeaderClassName
{
color: #4CFB50;
}
.AnyTagClassName
{
color: #4CFB50;
}
</style>
background-color css
<style>
a { background-color: #4CFB50; }
a { background-color: rgb(76,251,80); }
div.DivClassName
{
background-color: #4CFB50;
}
.BgClassName
{
background-color: #4CFB50;
}
</style>
border-color css
<style>
span { border-color: #4CFB50; }
span { border-color: rgb(76,251,80); }
td.TdClassName
{
border-color: #4CFB50;
}
.TagClassName
{
border-color: #4CFB50;
}
</style>