Shades of Bright Green #55E61D
Tints of Bright Green #55E61D
RGB
CMYK
RGB Variations
Color information
#55E61D (or 0x55E61D) is known color: Bright Green. HEX triplet: 55, E6 and 1D. RGB value is (85,230,29). Sum of RGB (Red+Green+Blue) = 85+230+29=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 230 (90.23% from 255 or 66.86% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 230 - color contains mainly: green. Hex color #55E61D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E61D is #AA19E2. Grayscale: #A4A4A4. Windows color (decimal): -11147747 or 1959509. OLE color: 1959509.
HSL color Cylindrical-coordinate representation of color #55E61D: hue angle of 103.28º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55E61D is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 230 | 29 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.10 |
| HSL | 103.28º | 0.8% | 0.51% | - |
| HSV(B) | 103.28º | 0.87% | 0.9% | - |
| XYZ | 32.26 | 58.61 | 10.78 | - |
| YUV | 163.73 | 51.96 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 230 | 29 | 0.63 | 0 | 0.87 | 0.10 | 103.28 | 0.8 | 0.51 |
| Hex | 55 | E6 | 1D | 3F | 0 | 57 | A | 67 | 50 | 33 |
| Octal | 125 | 346 | 35 | 77 | 0 | 127 | 12 | 147 | 120 | 63 |
| Binary | 1010101 | 11100110 | 11101 | 111111 | 0 | 1010111 | 1010 | 1100111 | 1010000 | 110011 |
Color Harmonies of #55E61D
Complementary color
Monochromatic Colors of #55E61D
Black with #55E61D
Text Example
Text Example
White with #55E61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E61D; }
p { color: rgb(85,230,29); }
H1.HeaderClassName
{
color: #55E61D;
}
.AnyTagClassName
{
color: #55E61D;
}
</style>
background-color css
<style>
a { background-color: #55E61D; }
a { background-color: rgb(85,230,29); }
div.DivClassName
{
background-color: #55E61D;
}
.BgClassName
{
background-color: #55E61D;
}
</style>
border-color css
<style>
span { border-color: #55E61D; }
span { border-color: rgb(85,230,29); }
td.TdClassName
{
border-color: #55E61D;
}
.TagClassName
{
border-color: #55E61D;
}
</style>