Shades of Lawn Green #80D703
Tints of Lawn Green #80D703
RGB
CMYK
RGB Variations
Color information
#80D703 (or 0x80D703) is known color: Lawn Green. HEX triplet: 80, D7 and 03. RGB value is (128,215,3). Sum of RGB (Red+Green+Blue) = 128+215+3=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 215 (84.38% from 255 or 62.14% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 215 - color contains mainly: green. Hex color #80D703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D703 is #7F28FC. Grayscale: #A5A5A5. Windows color (decimal): -8333565 or 251776. OLE color: 251776.
HSL color Cylindrical-coordinate representation of color #80D703: hue angle of 84.62º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80D703 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 3 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.16 |
| HSL | 84.62º | 0.97% | 0.43% | - |
| HSV(B) | 84.62º | 0.99% | 0.84% | - |
| XYZ | 33.22 | 53.2 | 8.6 | - |
| YUV | 164.82 | 36.68 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 3 | 0.40 | 0 | 0.99 | 0.16 | 84.62 | 0.97 | 0.43 |
| Hex | 80 | D7 | 3 | 28 | 0 | 63 | 10 | 55 | 61 | 2B |
| Octal | 200 | 327 | 3 | 50 | 0 | 143 | 20 | 125 | 141 | 53 |
| Binary | 10000000 | 11010111 | 11 | 101000 | 0 | 1100011 | 10000 | 1010101 | 1100001 | 101011 |
Color Harmonies of #80D703
Complementary color
Monochromatic Colors of #80D703
Black with #80D703
Text Example
Text Example
White with #80D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D703; }
p { color: rgb(128,215,3); }
H1.HeaderClassName
{
color: #80D703;
}
.AnyTagClassName
{
color: #80D703;
}
</style>
background-color css
<style>
a { background-color: #80D703; }
a { background-color: rgb(128,215,3); }
div.DivClassName
{
background-color: #80D703;
}
.BgClassName
{
background-color: #80D703;
}
</style>
border-color css
<style>
span { border-color: #80D703; }
span { border-color: rgb(128,215,3); }
td.TdClassName
{
border-color: #80D703;
}
.TagClassName
{
border-color: #80D703;
}
</style>