Shades of Bright Green #53EE0C
Tints of Bright Green #53EE0C
RGB
CMYK
RGB Variations
Color information
#53EE0C (or 0x53EE0C) is known color: Bright Green. HEX triplet: 53, EE and 0C. RGB value is (83,238,12). Sum of RGB (Red+Green+Blue) = 83+238+12=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 238 (93.36% from 255 or 71.47% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 238 - color contains mainly: green. Hex color #53EE0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53EE0C is #AC11F3. Grayscale: #A6A6A6. Windows color (decimal): -11276788 or 847443. OLE color: 847443.
HSL color Cylindrical-coordinate representation of color #53EE0C: hue angle of 101.15º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53EE0C is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 238 | 12 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.07 |
| HSL | 101.15º | 0.9% | 0.49% | - |
| HSV(B) | 101.15º | 0.95% | 0.93% | - |
| XYZ | 34.21 | 63.01 | 10.71 | - |
| YUV | 165.89 | 41.15 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 238 | 12 | 0.65 | 0 | 0.95 | 0.07 | 101.15 | 0.9 | 0.49 |
| Hex | 53 | EE | C | 41 | 0 | 5F | 7 | 65 | 5A | 31 |
| Octal | 123 | 356 | 14 | 101 | 0 | 137 | 7 | 145 | 132 | 61 |
| Binary | 1010011 | 11101110 | 1100 | 1000001 | 0 | 1011111 | 111 | 1100101 | 1011010 | 110001 |
Color Harmonies of #53EE0C
Complementary color
Monochromatic Colors of #53EE0C
Black with #53EE0C
Text Example
Text Example
White with #53EE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EE0C; }
p { color: rgb(83,238,12); }
H1.HeaderClassName
{
color: #53EE0C;
}
.AnyTagClassName
{
color: #53EE0C;
}
</style>
background-color css
<style>
a { background-color: #53EE0C; }
a { background-color: rgb(83,238,12); }
div.DivClassName
{
background-color: #53EE0C;
}
.BgClassName
{
background-color: #53EE0C;
}
</style>
border-color css
<style>
span { border-color: #53EE0C; }
span { border-color: rgb(83,238,12); }
td.TdClassName
{
border-color: #53EE0C;
}
.TagClassName
{
border-color: #53EE0C;
}
</style>