Shades of Lawn Green #80D30B
Tints of Lawn Green #80D30B
RGB
CMYK
RGB Variations
Color information
#80D30B (or 0x80D30B) is known color: Lawn Green. HEX triplet: 80, D3 and 0B. RGB value is (128,211,11). Sum of RGB (Red+Green+Blue) = 128+211+11=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #80D30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D30B is #7F2CF4. Grayscale: #A4A4A4. Windows color (decimal): -8334581 or 775040. OLE color: 775040.
HSL color Cylindrical-coordinate representation of color #80D30B: hue angle of 84.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80D30B is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 11 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.17 |
| HSL | 84.9º | 0.9% | 0.44% | - |
| HSV(B) | 84.9º | 0.95% | 0.83% | - |
| XYZ | 32.26 | 51.2 | 8.5 | - |
| YUV | 163.38 | 42 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 11 | 0.39 | 0 | 0.95 | 0.17 | 84.9 | 0.9 | 0.44 |
| Hex | 80 | D3 | B | 27 | 0 | 5F | 11 | 55 | 5A | 2C |
| Octal | 200 | 323 | 13 | 47 | 0 | 137 | 21 | 125 | 132 | 54 |
| Binary | 10000000 | 11010011 | 1011 | 100111 | 0 | 1011111 | 10001 | 1010101 | 1011010 | 101100 |
Color Harmonies of #80D30B
Complementary color
Monochromatic Colors of #80D30B
Black with #80D30B
Text Example
Text Example
White with #80D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D30B; }
p { color: rgb(128,211,11); }
H1.HeaderClassName
{
color: #80D30B;
}
.AnyTagClassName
{
color: #80D30B;
}
</style>
background-color css
<style>
a { background-color: #80D30B; }
a { background-color: rgb(128,211,11); }
div.DivClassName
{
background-color: #80D30B;
}
.BgClassName
{
background-color: #80D30B;
}
</style>
border-color css
<style>
span { border-color: #80D30B; }
span { border-color: rgb(128,211,11); }
td.TdClassName
{
border-color: #80D30B;
}
.TagClassName
{
border-color: #80D30B;
}
</style>