Shades of Bright Green #55EC0D
Tints of Bright Green #55EC0D
RGB
CMYK
RGB Variations
Color information
#55EC0D (or 0x55EC0D) is known color: Bright Green. HEX triplet: 55, EC and 0D. RGB value is (85,236,13). Sum of RGB (Red+Green+Blue) = 85+236+13=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EC0D is #AA13F2. Grayscale: #A6A6A6. Windows color (decimal): -11146227 or 912469. OLE color: 912469.
HSL color Cylindrical-coordinate representation of color #55EC0D: hue angle of 100.63º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55EC0D is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 13 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.07 |
| HSL | 100.63º | 0.9% | 0.49% | - |
| HSV(B) | 100.63º | 0.94% | 0.93% | - |
| XYZ | 33.81 | 61.95 | 10.56 | - |
| YUV | 165.43 | 41.97 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 13 | 0.64 | 0 | 0.94 | 0.07 | 100.63 | 0.9 | 0.49 |
| Hex | 55 | EC | D | 40 | 0 | 5E | 7 | 65 | 5A | 31 |
| Octal | 125 | 354 | 15 | 100 | 0 | 136 | 7 | 145 | 132 | 61 |
| Binary | 1010101 | 11101100 | 1101 | 1000000 | 0 | 1011110 | 111 | 1100101 | 1011010 | 110001 |
Color Harmonies of #55EC0D
Complementary color
Monochromatic Colors of #55EC0D
Black with #55EC0D
Text Example
Text Example
White with #55EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC0D; }
p { color: rgb(85,236,13); }
H1.HeaderClassName
{
color: #55EC0D;
}
.AnyTagClassName
{
color: #55EC0D;
}
</style>
background-color css
<style>
a { background-color: #55EC0D; }
a { background-color: rgb(85,236,13); }
div.DivClassName
{
background-color: #55EC0D;
}
.BgClassName
{
background-color: #55EC0D;
}
</style>
border-color css
<style>
span { border-color: #55EC0D; }
span { border-color: rgb(85,236,13); }
td.TdClassName
{
border-color: #55EC0D;
}
.TagClassName
{
border-color: #55EC0D;
}
</style>