Shades of Bright Green #73FD32
Tints of Bright Green #73FD32
RGB
CMYK
RGB Variations
Color information
#73FD32 (or 0x73FD32) is known color: Bright Green. HEX triplet: 73, FD and 32. RGB value is (115,253,50). Sum of RGB (Red+Green+Blue) = 115+253+50=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #73FD32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FD32 is #8C02CD. Grayscale: #BDBDBD. Windows color (decimal): -9175758 or 3341683. OLE color: 3341683.
HSL color Cylindrical-coordinate representation of color #73FD32: hue angle of 100.79º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73FD32 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 50 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.01 |
| HSL | 100.79º | 0.98% | 0.59% | - |
| HSV(B) | 100.79º | 0.8% | 0.99% | - |
| XYZ | 42.77 | 74.13 | 15.07 | - |
| YUV | 188.6 | 49.78 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 50 | 0.55 | 0 | 0.80 | 0.01 | 100.79 | 0.98 | 0.59 |
| Hex | 73 | FD | 32 | 37 | 0 | 50 | 1 | 65 | 62 | 3B |
| Octal | 163 | 375 | 62 | 67 | 0 | 120 | 1 | 145 | 142 | 73 |
| Binary | 1110011 | 11111101 | 110010 | 110111 | 0 | 1010000 | 1 | 1100101 | 1100010 | 111011 |
Color Harmonies of #73FD32
Complementary color
Monochromatic Colors of #73FD32
Black with #73FD32
Text Example
Text Example
White with #73FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FD32; }
p { color: rgb(115,253,50); }
H1.HeaderClassName
{
color: #73FD32;
}
.AnyTagClassName
{
color: #73FD32;
}
</style>
background-color css
<style>
a { background-color: #73FD32; }
a { background-color: rgb(115,253,50); }
div.DivClassName
{
background-color: #73FD32;
}
.BgClassName
{
background-color: #73FD32;
}
</style>
border-color css
<style>
span { border-color: #73FD32; }
span { border-color: rgb(115,253,50); }
td.TdClassName
{
border-color: #73FD32;
}
.TagClassName
{
border-color: #73FD32;
}
</style>