Shades of Screamin' Green #4CDE55
Tints of Screamin' Green #4CDE55
RGB
CMYK
RGB Variations
Color information
#4CDE55 (or 0x4CDE55) is known color: Screamin' Green. HEX triplet: 4C, DE and 55. RGB value is (76,222,85). Sum of RGB (Red+Green+Blue) = 76+222+85=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 222 (87.11% from 255 or 57.96% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE55 is #B321AA. Grayscale: #A3A3A3. Windows color (decimal): -11739563 or 5627468. OLE color: 5627468.
HSL color Cylindrical-coordinate representation of color #4CDE55: hue angle of 123.7º degrees, saturation: 0.69, 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 #4CDE55 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 85 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.13 |
| HSL | 123.7º | 0.69% | 0.58% | - |
| HSV(B) | 123.7º | 0.66% | 0.87% | - |
| XYZ | 30.74 | 54.43 | 17.48 | - |
| YUV | 162.73 | 84.13 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 85 | 0.66 | 0 | 0.62 | 0.13 | 123.7 | 0.69 | 0.58 |
| Hex | 4C | DE | 55 | 42 | 0 | 3E | D | 7C | 45 | 3A |
| Octal | 114 | 336 | 125 | 102 | 0 | 76 | 15 | 174 | 105 | 72 |
| Binary | 1001100 | 11011110 | 1010101 | 1000010 | 0 | 111110 | 1101 | 1111100 | 1000101 | 111010 |
Color Harmonies of #4CDE55
Complementary color
Monochromatic Colors of #4CDE55
Black with #4CDE55
Text Example
Text Example
White with #4CDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE55; }
p { color: rgb(76,222,85); }
H1.HeaderClassName
{
color: #4CDE55;
}
.AnyTagClassName
{
color: #4CDE55;
}
</style>
background-color css
<style>
a { background-color: #4CDE55; }
a { background-color: rgb(76,222,85); }
div.DivClassName
{
background-color: #4CDE55;
}
.BgClassName
{
background-color: #4CDE55;
}
</style>
border-color css
<style>
span { border-color: #4CDE55; }
span { border-color: rgb(76,222,85); }
td.TdClassName
{
border-color: #4CDE55;
}
.TagClassName
{
border-color: #4CDE55;
}
</style>