Shades of Bright Green #53EC0D
Tints of Bright Green #53EC0D
RGB
CMYK
RGB Variations
Color information
#53EC0D (or 0x53EC0D) is known color: Bright Green. HEX triplet: 53, EC and 0D. RGB value is (83,236,13). Sum of RGB (Red+Green+Blue) = 83+236+13=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #53EC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53EC0D is #AC13F2. Grayscale: #A5A5A5. Windows color (decimal): -11277299 or 912467. OLE color: 912467.
HSL color Cylindrical-coordinate representation of color #53EC0D: hue angle of 101.17º 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 #53EC0D is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 236 | 13 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.07 |
| HSL | 101.17º | 0.9% | 0.49% | - |
| HSV(B) | 101.17º | 0.94% | 0.93% | - |
| XYZ | 33.64 | 61.86 | 10.55 | - |
| YUV | 164.83 | 42.31 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 13 | 0.65 | 0 | 0.94 | 0.07 | 101.17 | 0.9 | 0.49 |
| Hex | 53 | EC | D | 41 | 0 | 5E | 7 | 65 | 5A | 31 |
| Octal | 123 | 354 | 15 | 101 | 0 | 136 | 7 | 145 | 132 | 61 |
| Binary | 1010011 | 11101100 | 1101 | 1000001 | 0 | 1011110 | 111 | 1100101 | 1011010 | 110001 |
Color Harmonies of #53EC0D
Complementary color
Monochromatic Colors of #53EC0D
Black with #53EC0D
Text Example
Text Example
White with #53EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EC0D; }
p { color: rgb(83,236,13); }
H1.HeaderClassName
{
color: #53EC0D;
}
.AnyTagClassName
{
color: #53EC0D;
}
</style>
background-color css
<style>
a { background-color: #53EC0D; }
a { background-color: rgb(83,236,13); }
div.DivClassName
{
background-color: #53EC0D;
}
.BgClassName
{
background-color: #53EC0D;
}
</style>
border-color css
<style>
span { border-color: #53EC0D; }
span { border-color: rgb(83,236,13); }
td.TdClassName
{
border-color: #53EC0D;
}
.TagClassName
{
border-color: #53EC0D;
}
</style>