Shades of Pastel Green #80DB74
Tints of Pastel Green #80DB74
RGB
CMYK
RGB Variations
Color information
#80DB74 (or 0x80DB74) is known color: Pastel Green. HEX triplet: 80, DB and 74. RGB value is (128,219,116). Sum of RGB (Red+Green+Blue) = 128+219+116=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB74 is #7F248B. Grayscale: #B4B4B4. Windows color (decimal): -8332428 or 7658368. OLE color: 7658368.
HSL color Cylindrical-coordinate representation of color #80DB74: hue angle of 113.01º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80DB74 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 116 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.14 |
| HSL | 113.01º | 0.59% | 0.66% | - |
| HSV(B) | 113.01º | 0.47% | 0.86% | - |
| XYZ | 37.39 | 56.51 | 25.46 | - |
| YUV | 180.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 116 | 0.42 | 0 | 0.47 | 0.14 | 113.01 | 0.59 | 0.66 |
| Hex | 80 | DB | 74 | 2A | 0 | 2F | E | 71 | 3B | 42 |
| Octal | 200 | 333 | 164 | 52 | 0 | 57 | 16 | 161 | 73 | 102 |
| Binary | 10000000 | 11011011 | 1110100 | 101010 | 0 | 101111 | 1110 | 1110001 | 111011 | 1000010 |
Color Harmonies of #80DB74
Complementary color
Monochromatic Colors of #80DB74
Black with #80DB74
Text Example
Text Example
White with #80DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB74; }
p { color: rgb(128,219,116); }
H1.HeaderClassName
{
color: #80DB74;
}
.AnyTagClassName
{
color: #80DB74;
}
</style>
background-color css
<style>
a { background-color: #80DB74; }
a { background-color: rgb(128,219,116); }
div.DivClassName
{
background-color: #80DB74;
}
.BgClassName
{
background-color: #80DB74;
}
</style>
border-color css
<style>
span { border-color: #80DB74; }
span { border-color: rgb(128,219,116); }
td.TdClassName
{
border-color: #80DB74;
}
.TagClassName
{
border-color: #80DB74;
}
</style>