Shades of Screamin' Green #55FF66
Tints of Screamin' Green #55FF66
RGB
CMYK
RGB Variations
Color information
#55FF66 (or 0x55FF66) is known color: Screamin' Green. HEX triplet: 55, FF and 66. RGB value is (85,255,102). Sum of RGB (Red+Green+Blue) = 85+255+102=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FF66 is #AA0099. Grayscale: #BBBBBB. Windows color (decimal): -11141274 or 6750037. OLE color: 6750037.
HSL color Cylindrical-coordinate representation of color #55FF66: hue angle of 126º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FF66 is Cyan = 0.67, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 102 | - |
| CMYK | 0.67 | 0 | 0.6 | 0 |
| HSL | 126º | 1% | 0.67% | - |
| HSV(B) | 126º | 0.67% | 1% | - |
| XYZ | 41.9 | 74.41 | 24.72 | - |
| YUV | 186.73 | 80.18 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 102 | 0.67 | 0 | 0.6 | 0 | 126 | 1 | 0.67 |
| Hex | 55 | FF | 66 | 43 | 0 | 3C | 0 | 7E | 64 | 43 |
| Octal | 125 | 377 | 146 | 103 | 0 | 74 | 0 | 176 | 144 | 103 |
| Binary | 1010101 | 11111111 | 1100110 | 1000011 | 0 | 111100 | 0 | 1111110 | 1100100 | 1000011 |
Color Harmonies of #55FF66
Complementary color
Monochromatic Colors of #55FF66
Black with #55FF66
Text Example
Text Example
White with #55FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF66; }
p { color: rgb(85,255,102); }
H1.HeaderClassName
{
color: #55FF66;
}
.AnyTagClassName
{
color: #55FF66;
}
</style>
background-color css
<style>
a { background-color: #55FF66; }
a { background-color: rgb(85,255,102); }
div.DivClassName
{
background-color: #55FF66;
}
.BgClassName
{
background-color: #55FF66;
}
</style>
border-color css
<style>
span { border-color: #55FF66; }
span { border-color: rgb(85,255,102); }
td.TdClassName
{
border-color: #55FF66;
}
.TagClassName
{
border-color: #55FF66;
}
</style>