Shades of Screamin' Green #55EF66
Tints of Screamin' Green #55EF66
RGB
CMYK
RGB Variations
Color information
#55EF66 (or 0x55EF66) is known color: Screamin' Green. HEX triplet: 55, EF and 66. RGB value is (85,239,102). Sum of RGB (Red+Green+Blue) = 85+239+102=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EF66 is #AA1099. Grayscale: #B1B1B1. Windows color (decimal): -11145370 or 6745941. OLE color: 6745941.
HSL color Cylindrical-coordinate representation of color #55EF66: hue angle of 126.62º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EF66 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 102 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.06 |
| HSL | 126.62º | 0.83% | 0.64% | - |
| HSV(B) | 126.62º | 0.64% | 0.94% | - |
| XYZ | 37.01 | 64.62 | 23.09 | - |
| YUV | 177.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 102 | 0.64 | 0 | 0.57 | 0.06 | 126.62 | 0.83 | 0.64 |
| Hex | 55 | EF | 66 | 40 | 0 | 39 | 6 | 7F | 53 | 40 |
| Octal | 125 | 357 | 146 | 100 | 0 | 71 | 6 | 177 | 123 | 100 |
| Binary | 1010101 | 11101111 | 1100110 | 1000000 | 0 | 111001 | 110 | 1111111 | 1010011 | 1000000 |
Color Harmonies of #55EF66
Complementary color
Monochromatic Colors of #55EF66
Black with #55EF66
Text Example
Text Example
White with #55EF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EF66; }
p { color: rgb(85,239,102); }
H1.HeaderClassName
{
color: #55EF66;
}
.AnyTagClassName
{
color: #55EF66;
}
</style>
background-color css
<style>
a { background-color: #55EF66; }
a { background-color: rgb(85,239,102); }
div.DivClassName
{
background-color: #55EF66;
}
.BgClassName
{
background-color: #55EF66;
}
</style>
border-color css
<style>
span { border-color: #55EF66; }
span { border-color: rgb(85,239,102); }
td.TdClassName
{
border-color: #55EF66;
}
.TagClassName
{
border-color: #55EF66;
}
</style>