Shades of Bright Green #55E505
Tints of Bright Green #55E505
RGB
CMYK
RGB Variations
Color information
#55E505 (or 0x55E505) is known color: Bright Green. HEX triplet: 55, E5 and 05. RGB value is (85,229,5). Sum of RGB (Red+Green+Blue) = 85+229+5=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 229 (89.84% from 255 or 71.79% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 229 - color contains mainly: green. Hex color #55E505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E505 is #AA1AFA. Grayscale: #A1A1A1. Windows color (decimal): -11148027 or 386389. OLE color: 386389.
HSL color Cylindrical-coordinate representation of color #55E505: hue angle of 98.57º degrees, saturation: 0.96, 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 #55E505 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 229 | 5 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.10 |
| HSL | 98.57º | 0.96% | 0.46% | - |
| HSV(B) | 98.57º | 0.98% | 0.9% | - |
| XYZ | 31.79 | 57.98 | 9.66 | - |
| YUV | 160.41 | 40.29 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 229 | 5 | 0.63 | 0 | 0.98 | 0.10 | 98.57 | 0.96 | 0.46 |
| Hex | 55 | E5 | 5 | 3F | 0 | 62 | A | 63 | 60 | 2E |
| Octal | 125 | 345 | 5 | 77 | 0 | 142 | 12 | 143 | 140 | 56 |
| Binary | 1010101 | 11100101 | 101 | 111111 | 0 | 1100010 | 1010 | 1100011 | 1100000 | 101110 |
Color Harmonies of #55E505
Complementary color
Monochromatic Colors of #55E505
Black with #55E505
Text Example
Text Example
White with #55E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E505; }
p { color: rgb(85,229,5); }
H1.HeaderClassName
{
color: #55E505;
}
.AnyTagClassName
{
color: #55E505;
}
</style>
background-color css
<style>
a { background-color: #55E505; }
a { background-color: rgb(85,229,5); }
div.DivClassName
{
background-color: #55E505;
}
.BgClassName
{
background-color: #55E505;
}
</style>
border-color css
<style>
span { border-color: #55E505; }
span { border-color: rgb(85,229,5); }
td.TdClassName
{
border-color: #55E505;
}
.TagClassName
{
border-color: #55E505;
}
</style>