Shades of Pastel Green #80D474
Tints of Pastel Green #80D474
RGB
CMYK
RGB Variations
Color information
#80D474 (or 0x80D474) is known color: Pastel Green. HEX triplet: 80, D4 and 74. RGB value is (128,212,116). Sum of RGB (Red+Green+Blue) = 128+212+116=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #80D474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D474 is #7F2B8B. Grayscale: #B0B0B0. Windows color (decimal): -8334220 or 7656576. OLE color: 7656576.
HSL color Cylindrical-coordinate representation of color #80D474: hue angle of 112.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80D474 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 116 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.17 |
| HSL | 112.5º | 0.53% | 0.64% | - |
| HSV(B) | 112.5º | 0.45% | 0.83% | - |
| XYZ | 35.6 | 52.94 | 24.86 | - |
| YUV | 175.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 116 | 0.40 | 0 | 0.45 | 0.17 | 112.5 | 0.53 | 0.64 |
| Hex | 80 | D4 | 74 | 28 | 0 | 2D | 11 | 70 | 35 | 40 |
| Octal | 200 | 324 | 164 | 50 | 0 | 55 | 21 | 160 | 65 | 100 |
| Binary | 10000000 | 11010100 | 1110100 | 101000 | 0 | 101101 | 10001 | 1110000 | 110101 | 1000000 |
Color Harmonies of #80D474
Complementary color
Monochromatic Colors of #80D474
Black with #80D474
Text Example
Text Example
White with #80D474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D474; }
p { color: rgb(128,212,116); }
H1.HeaderClassName
{
color: #80D474;
}
.AnyTagClassName
{
color: #80D474;
}
</style>
background-color css
<style>
a { background-color: #80D474; }
a { background-color: rgb(128,212,116); }
div.DivClassName
{
background-color: #80D474;
}
.BgClassName
{
background-color: #80D474;
}
</style>
border-color css
<style>
span { border-color: #80D474; }
span { border-color: rgb(128,212,116); }
td.TdClassName
{
border-color: #80D474;
}
.TagClassName
{
border-color: #80D474;
}
</style>