Shades of Screamin' Green #4CDD55
Tints of Screamin' Green #4CDD55
RGB
CMYK
RGB Variations
Color information
#4CDD55 (or 0x4CDD55) is known color: Screamin' Green. HEX triplet: 4C, DD and 55. RGB value is (76,221,85). Sum of RGB (Red+Green+Blue) = 76+221+85=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD55 is #B322AA. Grayscale: #A2A2A2. Windows color (decimal): -11739819 or 5627212. OLE color: 5627212.
HSL color Cylindrical-coordinate representation of color #4CDD55: hue angle of 123.72º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDD55 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 85 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.13 |
| HSL | 123.72º | 0.68% | 0.58% | - |
| HSV(B) | 123.72º | 0.66% | 0.87% | - |
| XYZ | 30.48 | 53.91 | 17.39 | - |
| YUV | 162.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 85 | 0.66 | 0 | 0.62 | 0.13 | 123.72 | 0.68 | 0.58 |
| Hex | 4C | DD | 55 | 42 | 0 | 3E | D | 7C | 44 | 3A |
| Octal | 114 | 335 | 125 | 102 | 0 | 76 | 15 | 174 | 104 | 72 |
| Binary | 1001100 | 11011101 | 1010101 | 1000010 | 0 | 111110 | 1101 | 1111100 | 1000100 | 111010 |
Color Harmonies of #4CDD55
Complementary color
Monochromatic Colors of #4CDD55
Black with #4CDD55
Text Example
Text Example
White with #4CDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD55; }
p { color: rgb(76,221,85); }
H1.HeaderClassName
{
color: #4CDD55;
}
.AnyTagClassName
{
color: #4CDD55;
}
</style>
background-color css
<style>
a { background-color: #4CDD55; }
a { background-color: rgb(76,221,85); }
div.DivClassName
{
background-color: #4CDD55;
}
.BgClassName
{
background-color: #4CDD55;
}
</style>
border-color css
<style>
span { border-color: #4CDD55; }
span { border-color: rgb(76,221,85); }
td.TdClassName
{
border-color: #4CDD55;
}
.TagClassName
{
border-color: #4CDD55;
}
</style>