Shades of Screamin' Green #4BFF45
Tints of Screamin' Green #4BFF45
RGB
CMYK
RGB Variations
Color information
#4BFF45 (or 0x4BFF45) is known color: Screamin' Green. HEX triplet: 4B, FF and 45. RGB value is (75,255,69). Sum of RGB (Red+Green+Blue) = 75+255+69=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFF45 is #B400BA. Grayscale: #B4B4B4. Windows color (decimal): -11796667 or 4587339. OLE color: 4587339.
HSL color Cylindrical-coordinate representation of color #4BFF45: hue angle of 118.06º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BFF45 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 69 | - |
| CMYK | 0.71 | 0 | 0.73 | 0 |
| HSL | 118.06º | 1% | 0.64% | - |
| HSV(B) | 118.06º | 0.73% | 1% | - |
| XYZ | 39.74 | 73.45 | 17.71 | - |
| YUV | 179.98 | 65.37 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 69 | 0.71 | 0 | 0.73 | 0 | 118.06 | 1 | 0.64 |
| Hex | 4B | FF | 45 | 47 | 0 | 49 | 0 | 76 | 64 | 40 |
| Octal | 113 | 377 | 105 | 107 | 0 | 111 | 0 | 166 | 144 | 100 |
| Binary | 1001011 | 11111111 | 1000101 | 1000111 | 0 | 1001001 | 0 | 1110110 | 1100100 | 1000000 |
Color Harmonies of #4BFF45
Complementary color
Monochromatic Colors of #4BFF45
Black with #4BFF45
Text Example
Text Example
White with #4BFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFF45; }
p { color: rgb(75,255,69); }
H1.HeaderClassName
{
color: #4BFF45;
}
.AnyTagClassName
{
color: #4BFF45;
}
</style>
background-color css
<style>
a { background-color: #4BFF45; }
a { background-color: rgb(75,255,69); }
div.DivClassName
{
background-color: #4BFF45;
}
.BgClassName
{
background-color: #4BFF45;
}
</style>
border-color css
<style>
span { border-color: #4BFF45; }
span { border-color: rgb(75,255,69); }
td.TdClassName
{
border-color: #4BFF45;
}
.TagClassName
{
border-color: #4BFF45;
}
</style>