Shades of Lawn Green #72D90B
Tints of Lawn Green #72D90B
RGB
CMYK
RGB Variations
Color information
#72D90B (or 0x72D90B) is known color: Lawn Green. HEX triplet: 72, D9 and 0B. RGB value is (114,217,11). Sum of RGB (Red+Green+Blue) = 114+217+11=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #72D90B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D90B is #8D26F4. Grayscale: #A3A3A3. Windows color (decimal): -9250549 or 776562. OLE color: 776562.
HSL color Cylindrical-coordinate representation of color #72D90B: hue angle of 90º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72D90B is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 217 | 11 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.15 |
| HSL | 90º | 0.9% | 0.45% | - |
| HSV(B) | 90º | 0.95% | 0.85% | - |
| XYZ | 31.81 | 53.23 | 8.91 | - |
| YUV | 162.72 | 42.38 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 217 | 11 | 0.47 | 0 | 0.95 | 0.15 | 90 | 0.9 | 0.45 |
| Hex | 72 | D9 | B | 2F | 0 | 5F | F | 5A | 5A | 2D |
| Octal | 162 | 331 | 13 | 57 | 0 | 137 | 17 | 132 | 132 | 55 |
| Binary | 1110010 | 11011001 | 1011 | 101111 | 0 | 1011111 | 1111 | 1011010 | 1011010 | 101101 |
Color Harmonies of #72D90B
Complementary color
Monochromatic Colors of #72D90B
Black with #72D90B
Text Example
Text Example
White with #72D90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D90B; }
p { color: rgb(114,217,11); }
H1.HeaderClassName
{
color: #72D90B;
}
.AnyTagClassName
{
color: #72D90B;
}
</style>
background-color css
<style>
a { background-color: #72D90B; }
a { background-color: rgb(114,217,11); }
div.DivClassName
{
background-color: #72D90B;
}
.BgClassName
{
background-color: #72D90B;
}
</style>
border-color css
<style>
span { border-color: #72D90B; }
span { border-color: rgb(114,217,11); }
td.TdClassName
{
border-color: #72D90B;
}
.TagClassName
{
border-color: #72D90B;
}
</style>