Shades of Lawn Green #72D305
Tints of Lawn Green #72D305
RGB
CMYK
RGB Variations
Color information
#72D305 (or 0x72D305) is known color: Lawn Green. HEX triplet: 72, D3 and 05. RGB value is (114,211,5). Sum of RGB (Red+Green+Blue) = 114+211+5=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 211 (82.81% from 255 or 63.94% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 211 - color contains mainly: green. Hex color #72D305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D305 is #8D2CFA. Grayscale: #9F9F9F. Windows color (decimal): -9252091 or 381810. OLE color: 381810.
HSL color Cylindrical-coordinate representation of color #72D305: hue angle of 88.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72D305 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.17 |
| HSL | 88.25º | 0.95% | 0.42% | - |
| HSV(B) | 88.25º | 0.98% | 0.83% | - |
| XYZ | 30.26 | 50.18 | 8.23 | - |
| YUV | 158.51 | 41.36 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 5 | 0.46 | 0 | 0.98 | 0.17 | 88.25 | 0.95 | 0.42 |
| Hex | 72 | D3 | 5 | 2E | 0 | 62 | 11 | 58 | 5F | 2A |
| Octal | 162 | 323 | 5 | 56 | 0 | 142 | 21 | 130 | 137 | 52 |
| Binary | 1110010 | 11010011 | 101 | 101110 | 0 | 1100010 | 10001 | 1011000 | 1011111 | 101010 |
Color Harmonies of #72D305
Complementary color
Monochromatic Colors of #72D305
Black with #72D305
Text Example
Text Example
White with #72D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D305; }
p { color: rgb(114,211,5); }
H1.HeaderClassName
{
color: #72D305;
}
.AnyTagClassName
{
color: #72D305;
}
</style>
background-color css
<style>
a { background-color: #72D305; }
a { background-color: rgb(114,211,5); }
div.DivClassName
{
background-color: #72D305;
}
.BgClassName
{
background-color: #72D305;
}
</style>
border-color css
<style>
span { border-color: #72D305; }
span { border-color: rgb(114,211,5); }
td.TdClassName
{
border-color: #72D305;
}
.TagClassName
{
border-color: #72D305;
}
</style>