Shades of Bright Green #53E512
Tints of Bright Green #53E512
RGB
CMYK
RGB Variations
Color information
#53E512 (or 0x53E512) is known color: Bright Green. HEX triplet: 53, E5 and 12. RGB value is (83,229,18). Sum of RGB (Red+Green+Blue) = 83+229+18=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #53E512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53E512 is #AC1AED. Grayscale: #A1A1A1. Windows color (decimal): -11279086 or 1238355. OLE color: 1238355.
HSL color Cylindrical-coordinate representation of color #53E512: hue angle of 101.52º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53E512 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 229 | 18 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.10 |
| HSL | 101.52º | 0.85% | 0.48% | - |
| HSV(B) | 101.52º | 0.92% | 0.9% | - |
| XYZ | 31.7 | 57.92 | 10.08 | - |
| YUV | 161.29 | 47.13 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 229 | 18 | 0.64 | 0 | 0.92 | 0.10 | 101.52 | 0.85 | 0.48 |
| Hex | 53 | E5 | 12 | 40 | 0 | 5C | A | 66 | 55 | 30 |
| Octal | 123 | 345 | 22 | 100 | 0 | 134 | 12 | 146 | 125 | 60 |
| Binary | 1010011 | 11100101 | 10010 | 1000000 | 0 | 1011100 | 1010 | 1100110 | 1010101 | 110000 |
Color Harmonies of #53E512
Complementary color
Monochromatic Colors of #53E512
Black with #53E512
Text Example
Text Example
White with #53E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E512; }
p { color: rgb(83,229,18); }
H1.HeaderClassName
{
color: #53E512;
}
.AnyTagClassName
{
color: #53E512;
}
</style>
background-color css
<style>
a { background-color: #53E512; }
a { background-color: rgb(83,229,18); }
div.DivClassName
{
background-color: #53E512;
}
.BgClassName
{
background-color: #53E512;
}
</style>
border-color css
<style>
span { border-color: #53E512; }
span { border-color: rgb(83,229,18); }
td.TdClassName
{
border-color: #53E512;
}
.TagClassName
{
border-color: #53E512;
}
</style>