Shades of Bright Green #53F103
Tints of Bright Green #53F103
RGB
CMYK
RGB Variations
Color information
#53F103 (or 0x53F103) is known color: Bright Green. HEX triplet: 53, F1 and 03. RGB value is (83,241,3). Sum of RGB (Red+Green+Blue) = 83+241+3=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #53F103 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F103 is #AC0EFC. Grayscale: #A7A7A7. Windows color (decimal): -11276029 or 258387. OLE color: 258387.
HSL color Cylindrical-coordinate representation of color #53F103: hue angle of 99.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53F103 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 241 | 3 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.05 |
| HSL | 99.83º | 0.98% | 0.48% | - |
| HSV(B) | 99.83º | 0.99% | 0.95% | - |
| XYZ | 35.04 | 64.76 | 10.74 | - |
| YUV | 166.63 | 35.65 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 3 | 0.66 | 0 | 0.99 | 0.05 | 99.83 | 0.98 | 0.48 |
| Hex | 53 | F1 | 3 | 42 | 0 | 63 | 5 | 64 | 62 | 30 |
| Octal | 123 | 361 | 3 | 102 | 0 | 143 | 5 | 144 | 142 | 60 |
| Binary | 1010011 | 11110001 | 11 | 1000010 | 0 | 1100011 | 101 | 1100100 | 1100010 | 110000 |
Color Harmonies of #53F103
Complementary color
Monochromatic Colors of #53F103
Black with #53F103
Text Example
Text Example
White with #53F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F103; }
p { color: rgb(83,241,3); }
H1.HeaderClassName
{
color: #53F103;
}
.AnyTagClassName
{
color: #53F103;
}
</style>
background-color css
<style>
a { background-color: #53F103; }
a { background-color: rgb(83,241,3); }
div.DivClassName
{
background-color: #53F103;
}
.BgClassName
{
background-color: #53F103;
}
</style>
border-color css
<style>
span { border-color: #53F103; }
span { border-color: rgb(83,241,3); }
td.TdClassName
{
border-color: #53F103;
}
.TagClassName
{
border-color: #53F103;
}
</style>