Shades of Yellow Green #80DF2D
Tints of Yellow Green #80DF2D
RGB
CMYK
RGB Variations
Color information
#80DF2D (or 0x80DF2D) is known color: Yellow Green. HEX triplet: 80, DF and 2D. RGB value is (128,223,45). Sum of RGB (Red+Green+Blue) = 128+223+45=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DF2D is #7F20D2. Grayscale: #AEAEAE. Windows color (decimal): -8331475 or 3006336. OLE color: 3006336.
HSL color Cylindrical-coordinate representation of color #80DF2D: hue angle of 92.02º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80DF2D is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 45 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.13 |
| HSL | 92.02º | 0.74% | 0.53% | - |
| HSV(B) | 92.02º | 0.8% | 0.87% | - |
| XYZ | 35.76 | 57.55 | 11.71 | - |
| YUV | 174.3 | 55.03 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 45 | 0.43 | 0 | 0.80 | 0.13 | 92.02 | 0.74 | 0.53 |
| Hex | 80 | DF | 2D | 2B | 0 | 50 | D | 5C | 4A | 35 |
| Octal | 200 | 337 | 55 | 53 | 0 | 120 | 15 | 134 | 112 | 65 |
| Binary | 10000000 | 11011111 | 101101 | 101011 | 0 | 1010000 | 1101 | 1011100 | 1001010 | 110101 |
Color Harmonies of #80DF2D
Complementary color
Monochromatic Colors of #80DF2D
Black with #80DF2D
Text Example
Text Example
White with #80DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF2D; }
p { color: rgb(128,223,45); }
H1.HeaderClassName
{
color: #80DF2D;
}
.AnyTagClassName
{
color: #80DF2D;
}
</style>
background-color css
<style>
a { background-color: #80DF2D; }
a { background-color: rgb(128,223,45); }
div.DivClassName
{
background-color: #80DF2D;
}
.BgClassName
{
background-color: #80DF2D;
}
</style>
border-color css
<style>
span { border-color: #80DF2D; }
span { border-color: rgb(128,223,45); }
td.TdClassName
{
border-color: #80DF2D;
}
.TagClassName
{
border-color: #80DF2D;
}
</style>