Shades of Lawn Green #80D303
Tints of Lawn Green #80D303
RGB
CMYK
RGB Variations
Color information
#80D303 (or 0x80D303) is known color: Lawn Green. HEX triplet: 80, D3 and 03. RGB value is (128,211,3). Sum of RGB (Red+Green+Blue) = 128+211+3=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #80D303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D303 is #7F2CFC. Grayscale: #A3A3A3. Windows color (decimal): -8334589 or 250752. OLE color: 250752.
HSL color Cylindrical-coordinate representation of color #80D303: hue angle of 83.94º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80D303 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 3 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.17 |
| HSL | 83.94º | 0.97% | 0.42% | - |
| HSV(B) | 83.94º | 0.99% | 0.83% | - |
| XYZ | 32.21 | 51.18 | 8.27 | - |
| YUV | 162.47 | 38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 3 | 0.39 | 0 | 0.99 | 0.17 | 83.94 | 0.97 | 0.42 |
| Hex | 80 | D3 | 3 | 27 | 0 | 63 | 11 | 54 | 61 | 2A |
| Octal | 200 | 323 | 3 | 47 | 0 | 143 | 21 | 124 | 141 | 52 |
| Binary | 10000000 | 11010011 | 11 | 100111 | 0 | 1100011 | 10001 | 1010100 | 1100001 | 101010 |
Color Harmonies of #80D303
Complementary color
Monochromatic Colors of #80D303
Black with #80D303
Text Example
Text Example
White with #80D303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D303; }
p { color: rgb(128,211,3); }
H1.HeaderClassName
{
color: #80D303;
}
.AnyTagClassName
{
color: #80D303;
}
</style>
background-color css
<style>
a { background-color: #80D303; }
a { background-color: rgb(128,211,3); }
div.DivClassName
{
background-color: #80D303;
}
.BgClassName
{
background-color: #80D303;
}
</style>
border-color css
<style>
span { border-color: #80D303; }
span { border-color: rgb(128,211,3); }
td.TdClassName
{
border-color: #80D303;
}
.TagClassName
{
border-color: #80D303;
}
</style>