Shades of Screamin' Green #4BFF4A
Tints of Screamin' Green #4BFF4A
RGB
CMYK
RGB Variations
Color information
#4BFF4A (or 0x4BFF4A) is known color: Screamin' Green. HEX triplet: 4B, FF and 4A. RGB value is (75,255,74). Sum of RGB (Red+Green+Blue) = 75+255+74=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFF4A is #B400B5. Grayscale: #B5B5B5. Windows color (decimal): -11796662 or 4915019. OLE color: 4915019.
HSL color Cylindrical-coordinate representation of color #4BFF4A: hue angle of 119.67º 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 #4BFF4A is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 74 | - |
| CMYK | 0.71 | 0 | 0.71 | 0 |
| HSL | 119.67º | 1% | 0.65% | - |
| HSV(B) | 119.67º | 0.71% | 1% | - |
| XYZ | 39.9 | 73.51 | 18.56 | - |
| YUV | 180.55 | 67.87 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 74 | 0.71 | 0 | 0.71 | 0 | 119.67 | 1 | 0.65 |
| Hex | 4B | FF | 4A | 47 | 0 | 47 | 0 | 78 | 64 | 41 |
| Octal | 113 | 377 | 112 | 107 | 0 | 107 | 0 | 170 | 144 | 101 |
| Binary | 1001011 | 11111111 | 1001010 | 1000111 | 0 | 1000111 | 0 | 1111000 | 1100100 | 1000001 |
Color Harmonies of #4BFF4A
Complementary color
Monochromatic Colors of #4BFF4A
Black with #4BFF4A
Text Example
Text Example
White with #4BFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFF4A; }
p { color: rgb(75,255,74); }
H1.HeaderClassName
{
color: #4BFF4A;
}
.AnyTagClassName
{
color: #4BFF4A;
}
</style>
background-color css
<style>
a { background-color: #4BFF4A; }
a { background-color: rgb(75,255,74); }
div.DivClassName
{
background-color: #4BFF4A;
}
.BgClassName
{
background-color: #4BFF4A;
}
</style>
border-color css
<style>
span { border-color: #4BFF4A; }
span { border-color: rgb(75,255,74); }
td.TdClassName
{
border-color: #4BFF4A;
}
.TagClassName
{
border-color: #4BFF4A;
}
</style>