Shades of Bright Green #53FE01
Tints of Bright Green #53FE01
RGB
CMYK
RGB Variations
Color information
#53FE01 (or 0x53FE01) is known color: Bright Green. HEX triplet: 53, FE and 01. RGB value is (83,254,1). Sum of RGB (Red+Green+Blue) = 83+254+1=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 254 (99.61% from 255 or 75.15% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 254 - color contains mainly: green. Hex color #53FE01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FE01 is #AC01FE. Grayscale: #AEAEAE. Windows color (decimal): -11272703 or 130643. OLE color: 130643.
HSL color Cylindrical-coordinate representation of color #53FE01: hue angle of 100.55º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53FE01 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 1 | - |
| CMYK | 0.67 | 0 | 1.00 | 0.00 |
| HSL | 100.55º | 0.99% | 0.5% | - |
| HSV(B) | 100.55º | 1% | 1% | - |
| XYZ | 39.01 | 72.72 | 12.01 | - |
| YUV | 174.03 | 30.35 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 1 | 0.67 | 0 | 1.00 | 0.00 | 100.55 | 0.99 | 0.5 |
| Hex | 53 | FE | 1 | 43 | 0 | 64 | 0 | 65 | 63 | 32 |
| Octal | 123 | 376 | 1 | 103 | 0 | 144 | 0 | 145 | 143 | 62 |
| Binary | 1010011 | 11111110 | 1 | 1000011 | 0 | 1100100 | 0 | 1100101 | 1100011 | 110010 |
Color Harmonies of #53FE01
Complementary color
Monochromatic Colors of #53FE01
Black with #53FE01
Text Example
Text Example
White with #53FE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FE01; }
p { color: rgb(83,254,1); }
H1.HeaderClassName
{
color: #53FE01;
}
.AnyTagClassName
{
color: #53FE01;
}
</style>
background-color css
<style>
a { background-color: #53FE01; }
a { background-color: rgb(83,254,1); }
div.DivClassName
{
background-color: #53FE01;
}
.BgClassName
{
background-color: #53FE01;
}
</style>
border-color css
<style>
span { border-color: #53FE01; }
span { border-color: rgb(83,254,1); }
td.TdClassName
{
border-color: #53FE01;
}
.TagClassName
{
border-color: #53FE01;
}
</style>