Shades of Pastel Green #80EF74
Tints of Pastel Green #80EF74
RGB
CMYK
RGB Variations
Color information
#80EF74 (or 0x80EF74) is known color: Pastel Green. HEX triplet: 80, EF and 74. RGB value is (128,239,116). Sum of RGB (Red+Green+Blue) = 128+239+116=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EF74 is #7F108B. Grayscale: #C0C0C0. Windows color (decimal): -8327308 or 7663488. OLE color: 7663488.
HSL color Cylindrical-coordinate representation of color #80EF74: hue angle of 114.15º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80EF74 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 116 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.06 |
| HSL | 114.15º | 0.79% | 0.7% | - |
| HSV(B) | 114.15º | 0.51% | 0.94% | - |
| XYZ | 42.92 | 67.58 | 27.31 | - |
| YUV | 191.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 116 | 0.46 | 0 | 0.51 | 0.06 | 114.15 | 0.79 | 0.7 |
| Hex | 80 | EF | 74 | 2E | 0 | 33 | 6 | 72 | 4F | 46 |
| Octal | 200 | 357 | 164 | 56 | 0 | 63 | 6 | 162 | 117 | 106 |
| Binary | 10000000 | 11101111 | 1110100 | 101110 | 0 | 110011 | 110 | 1110010 | 1001111 | 1000110 |
Color Harmonies of #80EF74
Complementary color
Monochromatic Colors of #80EF74
Black with #80EF74
Text Example
Text Example
White with #80EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EF74; }
p { color: rgb(128,239,116); }
H1.HeaderClassName
{
color: #80EF74;
}
.AnyTagClassName
{
color: #80EF74;
}
</style>
background-color css
<style>
a { background-color: #80EF74; }
a { background-color: rgb(128,239,116); }
div.DivClassName
{
background-color: #80EF74;
}
.BgClassName
{
background-color: #80EF74;
}
</style>
border-color css
<style>
span { border-color: #80EF74; }
span { border-color: rgb(128,239,116); }
td.TdClassName
{
border-color: #80EF74;
}
.TagClassName
{
border-color: #80EF74;
}
</style>