Shades of Yellow Green #72E032
Tints of Yellow Green #72E032
RGB
CMYK
RGB Variations
Color information
#72E032 (or 0x72E032) is known color: Yellow Green. HEX triplet: 72, E0 and 32. RGB value is (114,224,50). Sum of RGB (Red+Green+Blue) = 114+224+50=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #72E032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72E032 is #8D1FCD. Grayscale: #ABABAB. Windows color (decimal): -9248718 or 3334258. OLE color: 3334258.
HSL color Cylindrical-coordinate representation of color #72E032: hue angle of 97.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72E032 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 50 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.12 |
| HSL | 97.93º | 0.74% | 0.54% | - |
| HSV(B) | 97.93º | 0.78% | 0.88% | - |
| XYZ | 34.17 | 57.12 | 12.24 | - |
| YUV | 171.27 | 59.56 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 50 | 0.49 | 0 | 0.78 | 0.12 | 97.93 | 0.74 | 0.54 |
| Hex | 72 | E0 | 32 | 31 | 0 | 4E | C | 62 | 4A | 36 |
| Octal | 162 | 340 | 62 | 61 | 0 | 116 | 14 | 142 | 112 | 66 |
| Binary | 1110010 | 11100000 | 110010 | 110001 | 0 | 1001110 | 1100 | 1100010 | 1001010 | 110110 |
Color Harmonies of #72E032
Complementary color
Monochromatic Colors of #72E032
Black with #72E032
Text Example
Text Example
White with #72E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E032; }
p { color: rgb(114,224,50); }
H1.HeaderClassName
{
color: #72E032;
}
.AnyTagClassName
{
color: #72E032;
}
</style>
background-color css
<style>
a { background-color: #72E032; }
a { background-color: rgb(114,224,50); }
div.DivClassName
{
background-color: #72E032;
}
.BgClassName
{
background-color: #72E032;
}
</style>
border-color css
<style>
span { border-color: #72E032; }
span { border-color: rgb(114,224,50); }
td.TdClassName
{
border-color: #72E032;
}
.TagClassName
{
border-color: #72E032;
}
</style>