Shades of Bright Green #55EB0D
Tints of Bright Green #55EB0D
RGB
CMYK
RGB Variations
Color information
#55EB0D (or 0x55EB0D) is known color: Bright Green. HEX triplet: 55, EB and 0D. RGB value is (85,235,13). Sum of RGB (Red+Green+Blue) = 85+235+13=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 235 (92.19% from 255 or 70.57% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EB0D is #AA14F2. Grayscale: #A5A5A5. Windows color (decimal): -11146483 or 912213. OLE color: 912213.
HSL color Cylindrical-coordinate representation of color #55EB0D: hue angle of 100.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55EB0D is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 13 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.08 |
| HSL | 100.54º | 0.9% | 0.49% | - |
| HSV(B) | 100.54º | 0.94% | 0.92% | - |
| XYZ | 33.53 | 61.38 | 10.46 | - |
| YUV | 164.84 | 42.31 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 13 | 0.64 | 0 | 0.94 | 0.08 | 100.54 | 0.9 | 0.49 |
| Hex | 55 | EB | D | 40 | 0 | 5E | 8 | 65 | 5A | 31 |
| Octal | 125 | 353 | 15 | 100 | 0 | 136 | 10 | 145 | 132 | 61 |
| Binary | 1010101 | 11101011 | 1101 | 1000000 | 0 | 1011110 | 1000 | 1100101 | 1011010 | 110001 |
Color Harmonies of #55EB0D
Complementary color
Monochromatic Colors of #55EB0D
Black with #55EB0D
Text Example
Text Example
White with #55EB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB0D; }
p { color: rgb(85,235,13); }
H1.HeaderClassName
{
color: #55EB0D;
}
.AnyTagClassName
{
color: #55EB0D;
}
</style>
background-color css
<style>
a { background-color: #55EB0D; }
a { background-color: rgb(85,235,13); }
div.DivClassName
{
background-color: #55EB0D;
}
.BgClassName
{
background-color: #55EB0D;
}
</style>
border-color css
<style>
span { border-color: #55EB0D; }
span { border-color: rgb(85,235,13); }
td.TdClassName
{
border-color: #55EB0D;
}
.TagClassName
{
border-color: #55EB0D;
}
</style>