Shades of Pastel Green #80E674
Tints of Pastel Green #80E674
RGB
CMYK
RGB Variations
Color information
#80E674 (or 0x80E674) is known color: Pastel Green. HEX triplet: 80, E6 and 74. RGB value is (128,230,116). Sum of RGB (Red+Green+Blue) = 128+230+116=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #80E674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E674 is #7F198B. Grayscale: #BABABA. Windows color (decimal): -8329612 or 7661184. OLE color: 7661184.
HSL color Cylindrical-coordinate representation of color #80E674: hue angle of 113.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80E674 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 230 | 116 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.10 |
| HSL | 113.68º | 0.7% | 0.68% | - |
| HSV(B) | 113.68º | 0.5% | 0.9% | - |
| XYZ | 40.35 | 62.44 | 26.45 | - |
| YUV | 186.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 230 | 116 | 0.44 | 0 | 0.50 | 0.10 | 113.68 | 0.7 | 0.68 |
| Hex | 80 | E6 | 74 | 2C | 0 | 32 | A | 72 | 46 | 44 |
| Octal | 200 | 346 | 164 | 54 | 0 | 62 | 12 | 162 | 106 | 104 |
| Binary | 10000000 | 11100110 | 1110100 | 101100 | 0 | 110010 | 1010 | 1110010 | 1000110 | 1000100 |
Color Harmonies of #80E674
Complementary color
Monochromatic Colors of #80E674
Black with #80E674
Text Example
Text Example
White with #80E674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E674; }
p { color: rgb(128,230,116); }
H1.HeaderClassName
{
color: #80E674;
}
.AnyTagClassName
{
color: #80E674;
}
</style>
background-color css
<style>
a { background-color: #80E674; }
a { background-color: rgb(128,230,116); }
div.DivClassName
{
background-color: #80E674;
}
.BgClassName
{
background-color: #80E674;
}
</style>
border-color css
<style>
span { border-color: #80E674; }
span { border-color: rgb(128,230,116); }
td.TdClassName
{
border-color: #80E674;
}
.TagClassName
{
border-color: #80E674;
}
</style>