Shades of Screamin' Green #4BFE74
Tints of Screamin' Green #4BFE74
RGB
CMYK
RGB Variations
Color information
#4BFE74 (or 0x4BFE74) is known color: Screamin' Green. HEX triplet: 4B, FE and 74. RGB value is (75,254,116). Sum of RGB (Red+Green+Blue) = 75+254+116=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFE74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BFE74 is #B4018B. Grayscale: #B9B9B9. Windows color (decimal): -11796876 or 7667275. OLE color: 7667275.
HSL color Cylindrical-coordinate representation of color #4BFE74: hue angle of 133.74º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFE74 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 116 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.00 |
| HSL | 133.74º | 0.99% | 0.65% | - |
| HSV(B) | 133.74º | 0.7% | 1% | - |
| XYZ | 41.5 | 73.64 | 28.55 | - |
| YUV | 184.75 | 89.2 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 116 | 0.70 | 0 | 0.54 | 0.00 | 133.74 | 0.99 | 0.65 |
| Hex | 4B | FE | 74 | 46 | 0 | 36 | 0 | 86 | 63 | 41 |
| Octal | 113 | 376 | 164 | 106 | 0 | 66 | 0 | 206 | 143 | 101 |
| Binary | 1001011 | 11111110 | 1110100 | 1000110 | 0 | 110110 | 0 | 10000110 | 1100011 | 1000001 |
Color Harmonies of #4BFE74
Complementary color
Monochromatic Colors of #4BFE74
Black with #4BFE74
Text Example
Text Example
White with #4BFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFE74; }
p { color: rgb(75,254,116); }
H1.HeaderClassName
{
color: #4BFE74;
}
.AnyTagClassName
{
color: #4BFE74;
}
</style>
background-color css
<style>
a { background-color: #4BFE74; }
a { background-color: rgb(75,254,116); }
div.DivClassName
{
background-color: #4BFE74;
}
.BgClassName
{
background-color: #4BFE74;
}
</style>
border-color css
<style>
span { border-color: #4BFE74; }
span { border-color: rgb(75,254,116); }
td.TdClassName
{
border-color: #4BFE74;
}
.TagClassName
{
border-color: #4BFE74;
}
</style>