Shades of Bright Green #53E601
Tints of Bright Green #53E601
RGB
CMYK
RGB Variations
Color information
#53E601 (or 0x53E601) is known color: Bright Green. HEX triplet: 53, E6 and 01. RGB value is (83,230,1). Sum of RGB (Red+Green+Blue) = 83+230+1=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 230 (90.23% from 255 or 73.25% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 230 - color contains mainly: green. Hex color #53E601 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53E601 is #AC19FE. Grayscale: #A0A0A0. Windows color (decimal): -11278847 or 124499. OLE color: 124499.
HSL color Cylindrical-coordinate representation of color #53E601: hue angle of 98.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53E601 is Cyan = 0.64, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 230 | 1 | - |
| CMYK | 0.64 | 0 | 1.00 | 0.10 |
| HSL | 98.52º | 0.99% | 0.45% | - |
| HSV(B) | 98.52º | 1% | 0.9% | - |
| XYZ | 31.87 | 58.43 | 9.63 | - |
| YUV | 159.94 | 38.3 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 230 | 1 | 0.64 | 0 | 1.00 | 0.10 | 98.52 | 0.99 | 0.45 |
| Hex | 53 | E6 | 1 | 40 | 0 | 64 | A | 63 | 63 | 2D |
| Octal | 123 | 346 | 1 | 100 | 0 | 144 | 12 | 143 | 143 | 55 |
| Binary | 1010011 | 11100110 | 1 | 1000000 | 0 | 1100100 | 1010 | 1100011 | 1100011 | 101101 |
Color Harmonies of #53E601
Complementary color
Monochromatic Colors of #53E601
Black with #53E601
Text Example
Text Example
White with #53E601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E601; }
p { color: rgb(83,230,1); }
H1.HeaderClassName
{
color: #53E601;
}
.AnyTagClassName
{
color: #53E601;
}
</style>
background-color css
<style>
a { background-color: #53E601; }
a { background-color: rgb(83,230,1); }
div.DivClassName
{
background-color: #53E601;
}
.BgClassName
{
background-color: #53E601;
}
</style>
border-color css
<style>
span { border-color: #53E601; }
span { border-color: rgb(83,230,1); }
td.TdClassName
{
border-color: #53E601;
}
.TagClassName
{
border-color: #53E601;
}
</style>