Shades of Screamin' Green #55EE55
Tints of Screamin' Green #55EE55
RGB
CMYK
RGB Variations
Color information
#55EE55 (or 0x55EE55) is known color: Screamin' Green. HEX triplet: 55, EE and 55. RGB value is (85,238,85). Sum of RGB (Red+Green+Blue) = 85+238+85=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 238 (93.36% from 255 or 58.33% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EE55 is #AA11AA. Grayscale: #AFAFAF. Windows color (decimal): -11145643 or 5631573. OLE color: 5631573.
HSL color Cylindrical-coordinate representation of color #55EE55: hue angle of 120º 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 #55EE55 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 85 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.07 |
| HSL | 120º | 0.82% | 0.63% | - |
| HSV(B) | 120º | 0.64% | 0.93% | - |
| XYZ | 35.96 | 63.74 | 19 | - |
| YUV | 174.81 | 77.31 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 85 | 0.64 | 0 | 0.64 | 0.07 | 120 | 0.82 | 0.63 |
| Hex | 55 | EE | 55 | 40 | 0 | 40 | 7 | 78 | 52 | 3F |
| Octal | 125 | 356 | 125 | 100 | 0 | 100 | 7 | 170 | 122 | 77 |
| Binary | 1010101 | 11101110 | 1010101 | 1000000 | 0 | 1000000 | 111 | 1111000 | 1010010 | 111111 |
Color Harmonies of #55EE55
Complementary color
Monochromatic Colors of #55EE55
Black with #55EE55
Text Example
Text Example
White with #55EE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE55; }
p { color: rgb(85,238,85); }
H1.HeaderClassName
{
color: #55EE55;
}
.AnyTagClassName
{
color: #55EE55;
}
</style>
background-color css
<style>
a { background-color: #55EE55; }
a { background-color: rgb(85,238,85); }
div.DivClassName
{
background-color: #55EE55;
}
.BgClassName
{
background-color: #55EE55;
}
</style>
border-color css
<style>
span { border-color: #55EE55; }
span { border-color: rgb(85,238,85); }
td.TdClassName
{
border-color: #55EE55;
}
.TagClassName
{
border-color: #55EE55;
}
</style>