Shades of Yellow Green #80D42D
Tints of Yellow Green #80D42D
RGB
CMYK
RGB Variations
Color information
#80D42D (or 0x80D42D) is known color: Yellow Green. HEX triplet: 80, D4 and 2D. RGB value is (128,212,45). Sum of RGB (Red+Green+Blue) = 128+212+45=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 212 (83.20% from 255 or 55.06% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 212 - color contains mainly: green. Hex color #80D42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D42D is #7F2BD2. Grayscale: #A8A8A8. Windows color (decimal): -8334291 or 3003520. OLE color: 3003520.
HSL color Cylindrical-coordinate representation of color #80D42D: hue angle of 90.18º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80D42D is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 45 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.17 |
| HSL | 90.18º | 0.66% | 0.5% | - |
| HSV(B) | 90.18º | 0.79% | 0.83% | - |
| XYZ | 32.92 | 51.87 | 10.76 | - |
| YUV | 167.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 45 | 0.40 | 0 | 0.79 | 0.17 | 90.18 | 0.66 | 0.5 |
| Hex | 80 | D4 | 2D | 28 | 0 | 4F | 11 | 5A | 42 | 32 |
| Octal | 200 | 324 | 55 | 50 | 0 | 117 | 21 | 132 | 102 | 62 |
| Binary | 10000000 | 11010100 | 101101 | 101000 | 0 | 1001111 | 10001 | 1011010 | 1000010 | 110010 |
Color Harmonies of #80D42D
Complementary color
Monochromatic Colors of #80D42D
Black with #80D42D
Text Example
Text Example
White with #80D42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D42D; }
p { color: rgb(128,212,45); }
H1.HeaderClassName
{
color: #80D42D;
}
.AnyTagClassName
{
color: #80D42D;
}
</style>
background-color css
<style>
a { background-color: #80D42D; }
a { background-color: rgb(128,212,45); }
div.DivClassName
{
background-color: #80D42D;
}
.BgClassName
{
background-color: #80D42D;
}
</style>
border-color css
<style>
span { border-color: #80D42D; }
span { border-color: rgb(128,212,45); }
td.TdClassName
{
border-color: #80D42D;
}
.TagClassName
{
border-color: #80D42D;
}
</style>