Shades of Bright Green #73FC32
Tints of Bright Green #73FC32
RGB
CMYK
RGB Variations
Color information
#73FC32 (or 0x73FC32) is known color: Bright Green. HEX triplet: 73, FC and 32. RGB value is (115,252,50). Sum of RGB (Red+Green+Blue) = 115+252+50=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FC32 is #8C03CD. Grayscale: #BCBCBC. Windows color (decimal): -9176014 or 3341427. OLE color: 3341427.
HSL color Cylindrical-coordinate representation of color #73FC32: hue angle of 100.69º degrees, saturation: 0.97, 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 #73FC32 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 50 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.01 |
| HSL | 100.69º | 0.97% | 0.59% | - |
| HSV(B) | 100.69º | 0.8% | 0.99% | - |
| XYZ | 42.46 | 73.5 | 14.97 | - |
| YUV | 188.01 | 50.11 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 50 | 0.54 | 0 | 0.80 | 0.01 | 100.69 | 0.97 | 0.59 |
| Hex | 73 | FC | 32 | 36 | 0 | 50 | 1 | 65 | 61 | 3B |
| Octal | 163 | 374 | 62 | 66 | 0 | 120 | 1 | 145 | 141 | 73 |
| Binary | 1110011 | 11111100 | 110010 | 110110 | 0 | 1010000 | 1 | 1100101 | 1100001 | 111011 |
Color Harmonies of #73FC32
Complementary color
Monochromatic Colors of #73FC32
Black with #73FC32
Text Example
Text Example
White with #73FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC32; }
p { color: rgb(115,252,50); }
H1.HeaderClassName
{
color: #73FC32;
}
.AnyTagClassName
{
color: #73FC32;
}
</style>
background-color css
<style>
a { background-color: #73FC32; }
a { background-color: rgb(115,252,50); }
div.DivClassName
{
background-color: #73FC32;
}
.BgClassName
{
background-color: #73FC32;
}
</style>
border-color css
<style>
span { border-color: #73FC32; }
span { border-color: rgb(115,252,50); }
td.TdClassName
{
border-color: #73FC32;
}
.TagClassName
{
border-color: #73FC32;
}
</style>