Shades of Lawn Green #80D203
Tints of Lawn Green #80D203
RGB
CMYK
RGB Variations
Color information
#80D203 (or 0x80D203) is known color: Lawn Green. HEX triplet: 80, D2 and 03. RGB value is (128,210,3). Sum of RGB (Red+Green+Blue) = 128+210+3=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #80D203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D203 is #7F2DFC. Grayscale: #A2A2A2. Windows color (decimal): -8334845 or 250496. OLE color: 250496.
HSL color Cylindrical-coordinate representation of color #80D203: hue angle of 83.77º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80D203 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 3 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.18 |
| HSL | 83.77º | 0.97% | 0.42% | - |
| HSV(B) | 83.77º | 0.99% | 0.82% | - |
| XYZ | 31.97 | 50.69 | 8.19 | - |
| YUV | 161.88 | 38.33 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 3 | 0.39 | 0 | 0.99 | 0.18 | 83.77 | 0.97 | 0.42 |
| Hex | 80 | D2 | 3 | 27 | 0 | 63 | 12 | 54 | 61 | 2A |
| Octal | 200 | 322 | 3 | 47 | 0 | 143 | 22 | 124 | 141 | 52 |
| Binary | 10000000 | 11010010 | 11 | 100111 | 0 | 1100011 | 10010 | 1010100 | 1100001 | 101010 |
Color Harmonies of #80D203
Complementary color
Monochromatic Colors of #80D203
Black with #80D203
Text Example
Text Example
White with #80D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D203; }
p { color: rgb(128,210,3); }
H1.HeaderClassName
{
color: #80D203;
}
.AnyTagClassName
{
color: #80D203;
}
</style>
background-color css
<style>
a { background-color: #80D203; }
a { background-color: rgb(128,210,3); }
div.DivClassName
{
background-color: #80D203;
}
.BgClassName
{
background-color: #80D203;
}
</style>
border-color css
<style>
span { border-color: #80D203; }
span { border-color: rgb(128,210,3); }
td.TdClassName
{
border-color: #80D203;
}
.TagClassName
{
border-color: #80D203;
}
</style>