Shades of Screamin' Green #55EC4A
Tints of Screamin' Green #55EC4A
RGB
CMYK
RGB Variations
Color information
#55EC4A (or 0x55EC4A) is known color: Screamin' Green. HEX triplet: 55, EC and 4A. RGB value is (85,236,74). Sum of RGB (Red+Green+Blue) = 85+236+74=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 236 (92.58% from 255 or 59.75% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EC4A is #AA13B5. Grayscale: #ACACAC. Windows color (decimal): -11146166 or 4910165. OLE color: 4910165.
HSL color Cylindrical-coordinate representation of color #55EC4A: hue angle of 115.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55EC4A is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 74 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.07 |
| HSL | 115.93º | 0.81% | 0.61% | - |
| HSV(B) | 115.93º | 0.69% | 0.93% | - |
| XYZ | 34.98 | 62.42 | 16.68 | - |
| YUV | 172.38 | 72.47 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 74 | 0.64 | 0 | 0.69 | 0.07 | 115.93 | 0.81 | 0.61 |
| Hex | 55 | EC | 4A | 40 | 0 | 45 | 7 | 74 | 51 | 3D |
| Octal | 125 | 354 | 112 | 100 | 0 | 105 | 7 | 164 | 121 | 75 |
| Binary | 1010101 | 11101100 | 1001010 | 1000000 | 0 | 1000101 | 111 | 1110100 | 1010001 | 111101 |
Color Harmonies of #55EC4A
Complementary color
Monochromatic Colors of #55EC4A
Black with #55EC4A
Text Example
Text Example
White with #55EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC4A; }
p { color: rgb(85,236,74); }
H1.HeaderClassName
{
color: #55EC4A;
}
.AnyTagClassName
{
color: #55EC4A;
}
</style>
background-color css
<style>
a { background-color: #55EC4A; }
a { background-color: rgb(85,236,74); }
div.DivClassName
{
background-color: #55EC4A;
}
.BgClassName
{
background-color: #55EC4A;
}
</style>
border-color css
<style>
span { border-color: #55EC4A; }
span { border-color: rgb(85,236,74); }
td.TdClassName
{
border-color: #55EC4A;
}
.TagClassName
{
border-color: #55EC4A;
}
</style>