Shades of Bright Green #55E406
Tints of Bright Green #55E406
RGB
CMYK
RGB Variations
Color information
#55E406 (or 0x55E406) is known color: Bright Green. HEX triplet: 55, E4 and 06. RGB value is (85,228,6). Sum of RGB (Red+Green+Blue) = 85+228+6=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 228 (89.45% from 255 or 71.47% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 228 - color contains mainly: green. Hex color #55E406 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E406 is #AA1BF9. Grayscale: #A0A0A0. Windows color (decimal): -11148282 or 451669. OLE color: 451669.
HSL color Cylindrical-coordinate representation of color #55E406: hue angle of 98.65º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55E406 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 228 | 6 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.11 |
| HSL | 98.65º | 0.95% | 0.46% | - |
| HSV(B) | 98.65º | 0.97% | 0.89% | - |
| XYZ | 31.52 | 57.43 | 9.6 | - |
| YUV | 159.94 | 41.12 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 228 | 6 | 0.63 | 0 | 0.97 | 0.11 | 98.65 | 0.95 | 0.46 |
| Hex | 55 | E4 | 6 | 3F | 0 | 61 | B | 63 | 5F | 2E |
| Octal | 125 | 344 | 6 | 77 | 0 | 141 | 13 | 143 | 137 | 56 |
| Binary | 1010101 | 11100100 | 110 | 111111 | 0 | 1100001 | 1011 | 1100011 | 1011111 | 101110 |
Color Harmonies of #55E406
Complementary color
Monochromatic Colors of #55E406
Black with #55E406
Text Example
Text Example
White with #55E406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E406; }
p { color: rgb(85,228,6); }
H1.HeaderClassName
{
color: #55E406;
}
.AnyTagClassName
{
color: #55E406;
}
</style>
background-color css
<style>
a { background-color: #55E406; }
a { background-color: rgb(85,228,6); }
div.DivClassName
{
background-color: #55E406;
}
.BgClassName
{
background-color: #55E406;
}
</style>
border-color css
<style>
span { border-color: #55E406; }
span { border-color: rgb(85,228,6); }
td.TdClassName
{
border-color: #55E406;
}
.TagClassName
{
border-color: #55E406;
}
</style>