Shades of Screamin' Green #4BFC55
Tints of Screamin' Green #4BFC55
RGB
CMYK
RGB Variations
Color information
#4BFC55 (or 0x4BFC55) is known color: Screamin' Green. HEX triplet: 4B, FC and 55. RGB value is (75,252,85). Sum of RGB (Red+Green+Blue) = 75+252+85=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BFC55 is #B403AA. Grayscale: #B4B4B4. Windows color (decimal): -11797419 or 5635147. OLE color: 5635147.
HSL color Cylindrical-coordinate representation of color #4BFC55: hue angle of 123.39º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFC55 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 85 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.01 |
| HSL | 123.39º | 0.97% | 0.64% | - |
| HSV(B) | 123.39º | 0.7% | 0.99% | - |
| XYZ | 39.35 | 71.77 | 20.37 | - |
| YUV | 180.04 | 74.36 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 85 | 0.70 | 0 | 0.66 | 0.01 | 123.39 | 0.97 | 0.64 |
| Hex | 4B | FC | 55 | 46 | 0 | 42 | 1 | 7B | 61 | 40 |
| Octal | 113 | 374 | 125 | 106 | 0 | 102 | 1 | 173 | 141 | 100 |
| Binary | 1001011 | 11111100 | 1010101 | 1000110 | 0 | 1000010 | 1 | 1111011 | 1100001 | 1000000 |
Color Harmonies of #4BFC55
Complementary color
Monochromatic Colors of #4BFC55
Black with #4BFC55
Text Example
Text Example
White with #4BFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFC55; }
p { color: rgb(75,252,85); }
H1.HeaderClassName
{
color: #4BFC55;
}
.AnyTagClassName
{
color: #4BFC55;
}
</style>
background-color css
<style>
a { background-color: #4BFC55; }
a { background-color: rgb(75,252,85); }
div.DivClassName
{
background-color: #4BFC55;
}
.BgClassName
{
background-color: #4BFC55;
}
</style>
border-color css
<style>
span { border-color: #4BFC55; }
span { border-color: rgb(75,252,85); }
td.TdClassName
{
border-color: #4BFC55;
}
.TagClassName
{
border-color: #4BFC55;
}
</style>