Shades of Bright Green #53E50F
Tints of Bright Green #53E50F
RGB
CMYK
RGB Variations
Color information
#53E50F (or 0x53E50F) is known color: Bright Green. HEX triplet: 53, E5 and 0F. RGB value is (83,229,15). Sum of RGB (Red+Green+Blue) = 83+229+15=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 229 (89.84% from 255 or 70.03% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 229 - color contains mainly: green. Hex color #53E50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53E50F is #AC1AF0. Grayscale: #A1A1A1. Windows color (decimal): -11279089 or 1041747. OLE color: 1041747.
HSL color Cylindrical-coordinate representation of color #53E50F: hue angle of 100.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53E50F is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 229 | 15 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.10 |
| HSL | 100.93º | 0.88% | 0.48% | - |
| HSV(B) | 100.93º | 0.93% | 0.9% | - |
| XYZ | 31.67 | 57.91 | 9.96 | - |
| YUV | 160.95 | 45.63 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 229 | 15 | 0.64 | 0 | 0.93 | 0.10 | 100.93 | 0.88 | 0.48 |
| Hex | 53 | E5 | F | 40 | 0 | 5D | A | 65 | 58 | 30 |
| Octal | 123 | 345 | 17 | 100 | 0 | 135 | 12 | 145 | 130 | 60 |
| Binary | 1010011 | 11100101 | 1111 | 1000000 | 0 | 1011101 | 1010 | 1100101 | 1011000 | 110000 |
Color Harmonies of #53E50F
Complementary color
Monochromatic Colors of #53E50F
Black with #53E50F
Text Example
Text Example
White with #53E50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E50F; }
p { color: rgb(83,229,15); }
H1.HeaderClassName
{
color: #53E50F;
}
.AnyTagClassName
{
color: #53E50F;
}
</style>
background-color css
<style>
a { background-color: #53E50F; }
a { background-color: rgb(83,229,15); }
div.DivClassName
{
background-color: #53E50F;
}
.BgClassName
{
background-color: #53E50F;
}
</style>
border-color css
<style>
span { border-color: #53E50F; }
span { border-color: rgb(83,229,15); }
td.TdClassName
{
border-color: #53E50F;
}
.TagClassName
{
border-color: #53E50F;
}
</style>