Shades of Bright Green #72FA32
Tints of Bright Green #72FA32
RGB
CMYK
RGB Variations
Color information
#72FA32 (or 0x72FA32) is known color: Bright Green. HEX triplet: 72, FA and 32. RGB value is (114,250,50). Sum of RGB (Red+Green+Blue) = 114+250+50=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #72FA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FA32 is #8D05CD. Grayscale: #BBBBBB. Windows color (decimal): -9242062 or 3340914. OLE color: 3340914.
HSL color Cylindrical-coordinate representation of color #72FA32: hue angle of 100.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72FA32 is Cyan = 0.54, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 250 | 50 | - |
| CMYK | 0.54 | 0 | 0.8 | 0.02 |
| HSL | 100.8º | 0.95% | 0.59% | - |
| HSV(B) | 100.8º | 0.8% | 0.98% | - |
| XYZ | 41.7 | 72.18 | 14.75 | - |
| YUV | 186.54 | 50.94 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 250 | 50 | 0.54 | 0 | 0.8 | 0.02 | 100.8 | 0.95 | 0.59 |
| Hex | 72 | FA | 32 | 36 | 0 | 50 | 2 | 65 | 5F | 3B |
| Octal | 162 | 372 | 62 | 66 | 0 | 120 | 2 | 145 | 137 | 73 |
| Binary | 1110010 | 11111010 | 110010 | 110110 | 0 | 1010000 | 10 | 1100101 | 1011111 | 111011 |
Color Harmonies of #72FA32
Complementary color
Monochromatic Colors of #72FA32
Black with #72FA32
Text Example
Text Example
White with #72FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FA32; }
p { color: rgb(114,250,50); }
H1.HeaderClassName
{
color: #72FA32;
}
.AnyTagClassName
{
color: #72FA32;
}
</style>
background-color css
<style>
a { background-color: #72FA32; }
a { background-color: rgb(114,250,50); }
div.DivClassName
{
background-color: #72FA32;
}
.BgClassName
{
background-color: #72FA32;
}
</style>
border-color css
<style>
span { border-color: #72FA32; }
span { border-color: rgb(114,250,50); }
td.TdClassName
{
border-color: #72FA32;
}
.TagClassName
{
border-color: #72FA32;
}
</style>