Shades of Screamin' Green #55EB6E
Tints of Screamin' Green #55EB6E
RGB
CMYK
RGB Variations
Color information
#55EB6E (or 0x55EB6E) is known color: Screamin' Green. HEX triplet: 55, EB and 6E. RGB value is (85,235,110). Sum of RGB (Red+Green+Blue) = 85+235+110=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 235 (92.19% from 255 or 54.65% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55EB6E is #AA1491. Grayscale: #B0B0B0. Windows color (decimal): -11146386 or 7269205. OLE color: 7269205.
HSL color Cylindrical-coordinate representation of color #55EB6E: hue angle of 130º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EB6E is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 110 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.08 |
| HSL | 130º | 0.79% | 0.63% | - |
| HSV(B) | 130º | 0.64% | 0.92% | - |
| XYZ | 36.27 | 62.47 | 24.9 | - |
| YUV | 175.9 | 90.81 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 110 | 0.64 | 0 | 0.53 | 0.08 | 130 | 0.79 | 0.63 |
| Hex | 55 | EB | 6E | 40 | 0 | 35 | 8 | 82 | 4F | 3F |
| Octal | 125 | 353 | 156 | 100 | 0 | 65 | 10 | 202 | 117 | 77 |
| Binary | 1010101 | 11101011 | 1101110 | 1000000 | 0 | 110101 | 1000 | 10000010 | 1001111 | 111111 |
Color Harmonies of #55EB6E
Complementary color
Monochromatic Colors of #55EB6E
Black with #55EB6E
Text Example
Text Example
White with #55EB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB6E; }
p { color: rgb(85,235,110); }
H1.HeaderClassName
{
color: #55EB6E;
}
.AnyTagClassName
{
color: #55EB6E;
}
</style>
background-color css
<style>
a { background-color: #55EB6E; }
a { background-color: rgb(85,235,110); }
div.DivClassName
{
background-color: #55EB6E;
}
.BgClassName
{
background-color: #55EB6E;
}
</style>
border-color css
<style>
span { border-color: #55EB6E; }
span { border-color: rgb(85,235,110); }
td.TdClassName
{
border-color: #55EB6E;
}
.TagClassName
{
border-color: #55EB6E;
}
</style>