Shades of Bright Green #53F304
Tints of Bright Green #53F304
RGB
CMYK
RGB Variations
Color information
#53F304 (or 0x53F304) is known color: Bright Green. HEX triplet: 53, F3 and 04. RGB value is (83,243,4). Sum of RGB (Red+Green+Blue) = 83+243+4=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #53F304 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F304 is #AC0CFB. Grayscale: #A8A8A8. Windows color (decimal): -11275516 or 324435. OLE color: 324435.
HSL color Cylindrical-coordinate representation of color #53F304: hue angle of 100.17º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53F304 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 4 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.05 |
| HSL | 100.17º | 0.97% | 0.48% | - |
| HSV(B) | 100.17º | 0.98% | 0.95% | - |
| XYZ | 35.64 | 65.95 | 10.97 | - |
| YUV | 167.91 | 35.49 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 4 | 0.66 | 0 | 0.98 | 0.05 | 100.17 | 0.97 | 0.48 |
| Hex | 53 | F3 | 4 | 42 | 0 | 62 | 5 | 64 | 61 | 30 |
| Octal | 123 | 363 | 4 | 102 | 0 | 142 | 5 | 144 | 141 | 60 |
| Binary | 1010011 | 11110011 | 100 | 1000010 | 0 | 1100010 | 101 | 1100100 | 1100001 | 110000 |
Color Harmonies of #53F304
Complementary color
Monochromatic Colors of #53F304
Black with #53F304
Text Example
Text Example
White with #53F304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F304; }
p { color: rgb(83,243,4); }
H1.HeaderClassName
{
color: #53F304;
}
.AnyTagClassName
{
color: #53F304;
}
</style>
background-color css
<style>
a { background-color: #53F304; }
a { background-color: rgb(83,243,4); }
div.DivClassName
{
background-color: #53F304;
}
.BgClassName
{
background-color: #53F304;
}
</style>
border-color css
<style>
span { border-color: #53F304; }
span { border-color: rgb(83,243,4); }
td.TdClassName
{
border-color: #53F304;
}
.TagClassName
{
border-color: #53F304;
}
</style>