Shades of Bright Green #53DE00
Tints of Bright Green #53DE00
RGB
CMYK
RGB Variations
Color information
#53DE00 (or 0x53DE00) is known color: Bright Green. HEX triplet: 53, DE and 00. RGB value is (83,222,0). Sum of RGB (Red+Green+Blue) = 83+222+0=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 222 (87.11% from 255 or 72.79% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 222 - color contains mainly: green. Hex color #53DE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DE00 is #AC21FF. Grayscale: #9B9B9B. Windows color (decimal): -11280896 or 56915. OLE color: 56915.
HSL color Cylindrical-coordinate representation of color #53DE00: hue angle of 97.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53DE00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 222 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.13 |
| HSL | 97.57º | 1% | 0.44% | - |
| HSV(B) | 97.57º | 1% | 0.87% | - |
| XYZ | 29.69 | 54.08 | 8.87 | - |
| YUV | 155.13 | 40.45 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 222 | 0 | 0.63 | 0 | 1 | 0.13 | 97.57 | 1 | 0.44 |
| Hex | 53 | DE | 0 | 3F | 0 | 64 | D | 62 | 64 | 2C |
| Octal | 123 | 336 | 0 | 77 | 0 | 144 | 15 | 142 | 144 | 54 |
| Binary | 1010011 | 11011110 | 0 | 111111 | 0 | 1100100 | 1101 | 1100010 | 1100100 | 101100 |
Color Harmonies of #53DE00
Complementary color
Monochromatic Colors of #53DE00
Black with #53DE00
Text Example
Text Example
White with #53DE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DE00; }
p { color: rgb(83,222,0); }
H1.HeaderClassName
{
color: #53DE00;
}
.AnyTagClassName
{
color: #53DE00;
}
</style>
background-color css
<style>
a { background-color: #53DE00; }
a { background-color: rgb(83,222,0); }
div.DivClassName
{
background-color: #53DE00;
}
.BgClassName
{
background-color: #53DE00;
}
</style>
border-color css
<style>
span { border-color: #53DE00; }
span { border-color: rgb(83,222,0); }
td.TdClassName
{
border-color: #53DE00;
}
.TagClassName
{
border-color: #53DE00;
}
</style>