Shades of Bright Green #53EC01
Tints of Bright Green #53EC01
RGB
CMYK
RGB Variations
Color information
#53EC01 (or 0x53EC01) is known color: Bright Green. HEX triplet: 53, EC and 01. RGB value is (83,236,1). Sum of RGB (Red+Green+Blue) = 83+236+1=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #53EC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53EC01 is #AC13FE. Grayscale: #A4A4A4. Windows color (decimal): -11277311 or 126035. OLE color: 126035.
HSL color Cylindrical-coordinate representation of color #53EC01: hue angle of 99.06º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53EC01 is Cyan = 0.65, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 236 | 1 | - |
| CMYK | 0.65 | 0 | 1.00 | 0.07 |
| HSL | 99.06º | 0.99% | 0.46% | - |
| HSV(B) | 99.06º | 1% | 0.93% | - |
| XYZ | 33.57 | 61.83 | 10.19 | - |
| YUV | 163.46 | 36.31 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 1 | 0.65 | 0 | 1.00 | 0.07 | 99.06 | 0.99 | 0.46 |
| Hex | 53 | EC | 1 | 41 | 0 | 64 | 7 | 63 | 63 | 2E |
| Octal | 123 | 354 | 1 | 101 | 0 | 144 | 7 | 143 | 143 | 56 |
| Binary | 1010011 | 11101100 | 1 | 1000001 | 0 | 1100100 | 111 | 1100011 | 1100011 | 101110 |
Color Harmonies of #53EC01
Complementary color
Monochromatic Colors of #53EC01
Black with #53EC01
Text Example
Text Example
White with #53EC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EC01; }
p { color: rgb(83,236,1); }
H1.HeaderClassName
{
color: #53EC01;
}
.AnyTagClassName
{
color: #53EC01;
}
</style>
background-color css
<style>
a { background-color: #53EC01; }
a { background-color: rgb(83,236,1); }
div.DivClassName
{
background-color: #53EC01;
}
.BgClassName
{
background-color: #53EC01;
}
</style>
border-color css
<style>
span { border-color: #53EC01; }
span { border-color: rgb(83,236,1); }
td.TdClassName
{
border-color: #53EC01;
}
.TagClassName
{
border-color: #53EC01;
}
</style>