Shades of Bright Green #55E80B
Tints of Bright Green #55E80B
RGB
CMYK
RGB Variations
Color information
#55E80B (or 0x55E80B) is known color: Bright Green. HEX triplet: 55, E8 and 0B. RGB value is (85,232,11). Sum of RGB (Red+Green+Blue) = 85+232+11=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 232 (91.02% from 255 or 70.73% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 232 - color contains mainly: green. Hex color #55E80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55E80B is #AA17F4. Grayscale: #A3A3A3. Windows color (decimal): -11147253 or 780373. OLE color: 780373.
HSL color Cylindrical-coordinate representation of color #55E80B: hue angle of 99.91º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55E80B is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 232 | 11 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.09 |
| HSL | 99.91º | 0.91% | 0.48% | - |
| HSV(B) | 99.91º | 0.95% | 0.91% | - |
| XYZ | 32.66 | 59.67 | 10.11 | - |
| YUV | 162.85 | 42.3 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 11 | 0.63 | 0 | 0.95 | 0.09 | 99.91 | 0.91 | 0.48 |
| Hex | 55 | E8 | B | 3F | 0 | 5F | 9 | 64 | 5B | 30 |
| Octal | 125 | 350 | 13 | 77 | 0 | 137 | 11 | 144 | 133 | 60 |
| Binary | 1010101 | 11101000 | 1011 | 111111 | 0 | 1011111 | 1001 | 1100100 | 1011011 | 110000 |
Color Harmonies of #55E80B
Complementary color
Monochromatic Colors of #55E80B
Black with #55E80B
Text Example
Text Example
White with #55E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E80B; }
p { color: rgb(85,232,11); }
H1.HeaderClassName
{
color: #55E80B;
}
.AnyTagClassName
{
color: #55E80B;
}
</style>
background-color css
<style>
a { background-color: #55E80B; }
a { background-color: rgb(85,232,11); }
div.DivClassName
{
background-color: #55E80B;
}
.BgClassName
{
background-color: #55E80B;
}
</style>
border-color css
<style>
span { border-color: #55E80B; }
span { border-color: rgb(85,232,11); }
td.TdClassName
{
border-color: #55E80B;
}
.TagClassName
{
border-color: #55E80B;
}
</style>