Shades of Lawn Green #72D515
Tints of Lawn Green #72D515
RGB
CMYK
RGB Variations
Color information
#72D515 (or 0x72D515) is known color: Lawn Green. HEX triplet: 72, D5 and 15. RGB value is (114,213,21). Sum of RGB (Red+Green+Blue) = 114+213+21=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #72D515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D515 is #8D2AEA. Grayscale: #A2A2A2. Windows color (decimal): -9251563 or 1430898. OLE color: 1430898.
HSL color Cylindrical-coordinate representation of color #72D515: hue angle of 90.94º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72D515 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 213 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.16 |
| HSL | 90.94º | 0.82% | 0.46% | - |
| HSV(B) | 90.94º | 0.9% | 0.84% | - |
| XYZ | 30.87 | 51.22 | 8.97 | - |
| YUV | 161.51 | 48.7 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 213 | 21 | 0.46 | 0 | 0.90 | 0.16 | 90.94 | 0.82 | 0.46 |
| Hex | 72 | D5 | 15 | 2E | 0 | 5A | 10 | 5B | 52 | 2E |
| Octal | 162 | 325 | 25 | 56 | 0 | 132 | 20 | 133 | 122 | 56 |
| Binary | 1110010 | 11010101 | 10101 | 101110 | 0 | 1011010 | 10000 | 1011011 | 1010010 | 101110 |
Color Harmonies of #72D515
Complementary color
Monochromatic Colors of #72D515
Black with #72D515
Text Example
Text Example
White with #72D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D515; }
p { color: rgb(114,213,21); }
H1.HeaderClassName
{
color: #72D515;
}
.AnyTagClassName
{
color: #72D515;
}
</style>
background-color css
<style>
a { background-color: #72D515; }
a { background-color: rgb(114,213,21); }
div.DivClassName
{
background-color: #72D515;
}
.BgClassName
{
background-color: #72D515;
}
</style>
border-color css
<style>
span { border-color: #72D515; }
span { border-color: rgb(114,213,21); }
td.TdClassName
{
border-color: #72D515;
}
.TagClassName
{
border-color: #72D515;
}
</style>