Shades of Screamin' Green #55EE76
Tints of Screamin' Green #55EE76
RGB
CMYK
RGB Variations
Color information
#55EE76 (or 0x55EE76) is known color: Screamin' Green. HEX triplet: 55, EE and 76. RGB value is (85,238,118). Sum of RGB (Red+Green+Blue) = 85+238+118=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EE76 is #AA1189. Grayscale: #B2B2B2. Windows color (decimal): -11145610 or 7794261. OLE color: 7794261.
HSL color Cylindrical-coordinate representation of color #55EE76: hue angle of 132.94º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EE76 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 118 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.07 |
| HSL | 132.94º | 0.82% | 0.63% | - |
| HSV(B) | 132.94º | 0.64% | 0.93% | - |
| XYZ | 37.59 | 64.39 | 27.59 | - |
| YUV | 178.57 | 93.81 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 118 | 0.64 | 0 | 0.50 | 0.07 | 132.94 | 0.82 | 0.63 |
| Hex | 55 | EE | 76 | 40 | 0 | 32 | 7 | 85 | 52 | 3F |
| Octal | 125 | 356 | 166 | 100 | 0 | 62 | 7 | 205 | 122 | 77 |
| Binary | 1010101 | 11101110 | 1110110 | 1000000 | 0 | 110010 | 111 | 10000101 | 1010010 | 111111 |
Color Harmonies of #55EE76
Complementary color
Monochromatic Colors of #55EE76
Black with #55EE76
Text Example
Text Example
White with #55EE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE76; }
p { color: rgb(85,238,118); }
H1.HeaderClassName
{
color: #55EE76;
}
.AnyTagClassName
{
color: #55EE76;
}
</style>
background-color css
<style>
a { background-color: #55EE76; }
a { background-color: rgb(85,238,118); }
div.DivClassName
{
background-color: #55EE76;
}
.BgClassName
{
background-color: #55EE76;
}
</style>
border-color css
<style>
span { border-color: #55EE76; }
span { border-color: rgb(85,238,118); }
td.TdClassName
{
border-color: #55EE76;
}
.TagClassName
{
border-color: #55EE76;
}
</style>