Shades of Bright Green #55E405
Tints of Bright Green #55E405
RGB
CMYK
RGB Variations
Color information
#55E405 (or 0x55E405) is known color: Bright Green. HEX triplet: 55, E4 and 05. RGB value is (85,228,5). Sum of RGB (Red+Green+Blue) = 85+228+5=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 228 (89.45% from 255 or 71.70% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 228 - color contains mainly: green. Hex color #55E405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E405 is #AA1BFA. Grayscale: #A0A0A0. Windows color (decimal): -11148283 or 386133. OLE color: 386133.
HSL color Cylindrical-coordinate representation of color #55E405: hue angle of 98.48º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55E405 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 228 | 5 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.11 |
| HSL | 98.48º | 0.96% | 0.46% | - |
| HSV(B) | 98.48º | 0.98% | 0.89% | - |
| XYZ | 31.52 | 57.43 | 9.57 | - |
| YUV | 159.82 | 40.62 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 228 | 5 | 0.63 | 0 | 0.98 | 0.11 | 98.48 | 0.96 | 0.46 |
| Hex | 55 | E4 | 5 | 3F | 0 | 62 | B | 62 | 60 | 2E |
| Octal | 125 | 344 | 5 | 77 | 0 | 142 | 13 | 142 | 140 | 56 |
| Binary | 1010101 | 11100100 | 101 | 111111 | 0 | 1100010 | 1011 | 1100010 | 1100000 | 101110 |
Color Harmonies of #55E405
Complementary color
Monochromatic Colors of #55E405
Black with #55E405
Text Example
Text Example
White with #55E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E405; }
p { color: rgb(85,228,5); }
H1.HeaderClassName
{
color: #55E405;
}
.AnyTagClassName
{
color: #55E405;
}
</style>
background-color css
<style>
a { background-color: #55E405; }
a { background-color: rgb(85,228,5); }
div.DivClassName
{
background-color: #55E405;
}
.BgClassName
{
background-color: #55E405;
}
</style>
border-color css
<style>
span { border-color: #55E405; }
span { border-color: rgb(85,228,5); }
td.TdClassName
{
border-color: #55E405;
}
.TagClassName
{
border-color: #55E405;
}
</style>