Shades of Screamin' Green #4BFF5A
Tints of Screamin' Green #4BFF5A
RGB
CMYK
RGB Variations
Color information
#4BFF5A (or 0x4BFF5A) is known color: Screamin' Green. HEX triplet: 4B, FF and 5A. RGB value is (75,255,90). Sum of RGB (Red+Green+Blue) = 75+255+90=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BFF5A is #B400A5. Grayscale: #B6B6B6. Windows color (decimal): -11796646 or 5963595. OLE color: 5963595.
HSL color Cylindrical-coordinate representation of color #4BFF5A: hue angle of 125º 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 #4BFF5A is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 90 | - |
| CMYK | 0.71 | 0 | 0.65 | 0 |
| HSL | 125º | 1% | 0.65% | - |
| HSV(B) | 125º | 0.71% | 1% | - |
| XYZ | 40.51 | 73.75 | 21.77 | - |
| YUV | 182.37 | 75.87 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 90 | 0.71 | 0 | 0.65 | 0 | 125 | 1 | 0.65 |
| Hex | 4B | FF | 5A | 47 | 0 | 41 | 0 | 7D | 64 | 41 |
| Octal | 113 | 377 | 132 | 107 | 0 | 101 | 0 | 175 | 144 | 101 |
| Binary | 1001011 | 11111111 | 1011010 | 1000111 | 0 | 1000001 | 0 | 1111101 | 1100100 | 1000001 |
Color Harmonies of #4BFF5A
Complementary color
Monochromatic Colors of #4BFF5A
Black with #4BFF5A
Text Example
Text Example
White with #4BFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFF5A; }
p { color: rgb(75,255,90); }
H1.HeaderClassName
{
color: #4BFF5A;
}
.AnyTagClassName
{
color: #4BFF5A;
}
</style>
background-color css
<style>
a { background-color: #4BFF5A; }
a { background-color: rgb(75,255,90); }
div.DivClassName
{
background-color: #4BFF5A;
}
.BgClassName
{
background-color: #4BFF5A;
}
</style>
border-color css
<style>
span { border-color: #4BFF5A; }
span { border-color: rgb(75,255,90); }
td.TdClassName
{
border-color: #4BFF5A;
}
.TagClassName
{
border-color: #4BFF5A;
}
</style>