Shades of Bright Green #55E504
Tints of Bright Green #55E504
RGB
CMYK
RGB Variations
Color information
#55E504 (or 0x55E504) is known color: Bright Green. HEX triplet: 55, E5 and 04. RGB value is (85,229,4). Sum of RGB (Red+Green+Blue) = 85+229+4=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 229 (89.84% from 255 or 72.01% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 229 - color contains mainly: green. Hex color #55E504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E504 is #AA1AFB. Grayscale: #A1A1A1. Windows color (decimal): -11148028 or 320853. OLE color: 320853.
HSL color Cylindrical-coordinate representation of color #55E504: hue angle of 98.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55E504 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 229 | 4 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.10 |
| HSL | 98.4º | 0.97% | 0.46% | - |
| HSV(B) | 98.4º | 0.98% | 0.9% | - |
| XYZ | 31.79 | 57.98 | 9.63 | - |
| YUV | 160.29 | 39.79 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 229 | 4 | 0.63 | 0 | 0.98 | 0.10 | 98.4 | 0.97 | 0.46 |
| Hex | 55 | E5 | 4 | 3F | 0 | 62 | A | 62 | 61 | 2E |
| Octal | 125 | 345 | 4 | 77 | 0 | 142 | 12 | 142 | 141 | 56 |
| Binary | 1010101 | 11100101 | 100 | 111111 | 0 | 1100010 | 1010 | 1100010 | 1100001 | 101110 |
Color Harmonies of #55E504
Complementary color
Monochromatic Colors of #55E504
Black with #55E504
Text Example
Text Example
White with #55E504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E504; }
p { color: rgb(85,229,4); }
H1.HeaderClassName
{
color: #55E504;
}
.AnyTagClassName
{
color: #55E504;
}
</style>
background-color css
<style>
a { background-color: #55E504; }
a { background-color: rgb(85,229,4); }
div.DivClassName
{
background-color: #55E504;
}
.BgClassName
{
background-color: #55E504;
}
</style>
border-color css
<style>
span { border-color: #55E504; }
span { border-color: rgb(85,229,4); }
td.TdClassName
{
border-color: #55E504;
}
.TagClassName
{
border-color: #55E504;
}
</style>