Shades of Bright Green #73F832
Tints of Bright Green #73F832
RGB
CMYK
RGB Variations
Color information
#73F832 (or 0x73F832) is known color: Bright Green. HEX triplet: 73, F8 and 32. RGB value is (115,248,50). Sum of RGB (Red+Green+Blue) = 115+248+50=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #73F832 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F832 is #8C07CD. Grayscale: #BABABA. Windows color (decimal): -9177038 or 3340403. OLE color: 3340403.
HSL color Cylindrical-coordinate representation of color #73F832: hue angle of 100.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73F832 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 248 | 50 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.03 |
| HSL | 100.3º | 0.93% | 0.58% | - |
| HSV(B) | 100.3º | 0.8% | 0.97% | - |
| XYZ | 41.21 | 71.01 | 14.55 | - |
| YUV | 185.66 | 51.44 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 248 | 50 | 0.54 | 0 | 0.80 | 0.03 | 100.3 | 0.93 | 0.58 |
| Hex | 73 | F8 | 32 | 36 | 0 | 50 | 3 | 64 | 5D | 3A |
| Octal | 163 | 370 | 62 | 66 | 0 | 120 | 3 | 144 | 135 | 72 |
| Binary | 1110011 | 11111000 | 110010 | 110110 | 0 | 1010000 | 11 | 1100100 | 1011101 | 111010 |
Color Harmonies of #73F832
Complementary color
Monochromatic Colors of #73F832
Black with #73F832
Text Example
Text Example
White with #73F832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F832; }
p { color: rgb(115,248,50); }
H1.HeaderClassName
{
color: #73F832;
}
.AnyTagClassName
{
color: #73F832;
}
</style>
background-color css
<style>
a { background-color: #73F832; }
a { background-color: rgb(115,248,50); }
div.DivClassName
{
background-color: #73F832;
}
.BgClassName
{
background-color: #73F832;
}
</style>
border-color css
<style>
span { border-color: #73F832; }
span { border-color: rgb(115,248,50); }
td.TdClassName
{
border-color: #73F832;
}
.TagClassName
{
border-color: #73F832;
}
</style>