Shades of Bright Green #55E108
Tints of Bright Green #55E108
RGB
CMYK
RGB Variations
Color information
#55E108 (or 0x55E108) is known color: Bright Green. HEX triplet: 55, E1 and 08. RGB value is (85,225,8). Sum of RGB (Red+Green+Blue) = 85+225+8=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 225 (88.28% from 255 or 70.75% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 225 - color contains mainly: green. Hex color #55E108 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E108 is #AA1EF7. Grayscale: #9F9F9F. Windows color (decimal): -11149048 or 581973. OLE color: 581973.
HSL color Cylindrical-coordinate representation of color #55E108: hue angle of 98.71º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55E108 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 8 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.12 |
| HSL | 98.71º | 0.93% | 0.46% | - |
| HSV(B) | 98.71º | 0.96% | 0.88% | - |
| XYZ | 30.72 | 55.8 | 9.38 | - |
| YUV | 158.4 | 43.12 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 8 | 0.62 | 0 | 0.96 | 0.12 | 98.71 | 0.93 | 0.46 |
| Hex | 55 | E1 | 8 | 3E | 0 | 60 | C | 63 | 5D | 2E |
| Octal | 125 | 341 | 10 | 76 | 0 | 140 | 14 | 143 | 135 | 56 |
| Binary | 1010101 | 11100001 | 1000 | 111110 | 0 | 1100000 | 1100 | 1100011 | 1011101 | 101110 |
Color Harmonies of #55E108
Complementary color
Monochromatic Colors of #55E108
Black with #55E108
Text Example
Text Example
White with #55E108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E108; }
p { color: rgb(85,225,8); }
H1.HeaderClassName
{
color: #55E108;
}
.AnyTagClassName
{
color: #55E108;
}
</style>
background-color css
<style>
a { background-color: #55E108; }
a { background-color: rgb(85,225,8); }
div.DivClassName
{
background-color: #55E108;
}
.BgClassName
{
background-color: #55E108;
}
</style>
border-color css
<style>
span { border-color: #55E108; }
span { border-color: rgb(85,225,8); }
td.TdClassName
{
border-color: #55E108;
}
.TagClassName
{
border-color: #55E108;
}
</style>