Shades of Pastel Green #80CF76
Tints of Pastel Green #80CF76
RGB
CMYK
RGB Variations
Color information
#80CF76 (or 0x80CF76) is known color: Pastel Green. HEX triplet: 80, CF and 76. RGB value is (128,207,118). Sum of RGB (Red+Green+Blue) = 128+207+118=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF76 is #7F3089. Grayscale: #ADADAD. Windows color (decimal): -8335498 or 7786368. OLE color: 7786368.
HSL color Cylindrical-coordinate representation of color #80CF76: hue angle of 113.26º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80CF76 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 118 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.19 |
| HSL | 113.26º | 0.48% | 0.64% | - |
| HSV(B) | 113.26º | 0.43% | 0.81% | - |
| XYZ | 34.48 | 50.52 | 25.07 | - |
| YUV | 173.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 118 | 0.38 | 0 | 0.43 | 0.19 | 113.26 | 0.48 | 0.64 |
| Hex | 80 | CF | 76 | 26 | 0 | 2B | 13 | 71 | 30 | 40 |
| Octal | 200 | 317 | 166 | 46 | 0 | 53 | 23 | 161 | 60 | 100 |
| Binary | 10000000 | 11001111 | 1110110 | 100110 | 0 | 101011 | 10011 | 1110001 | 110000 | 1000000 |
Color Harmonies of #80CF76
Complementary color
Monochromatic Colors of #80CF76
Black with #80CF76
Text Example
Text Example
White with #80CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF76; }
p { color: rgb(128,207,118); }
H1.HeaderClassName
{
color: #80CF76;
}
.AnyTagClassName
{
color: #80CF76;
}
</style>
background-color css
<style>
a { background-color: #80CF76; }
a { background-color: rgb(128,207,118); }
div.DivClassName
{
background-color: #80CF76;
}
.BgClassName
{
background-color: #80CF76;
}
</style>
border-color css
<style>
span { border-color: #80CF76; }
span { border-color: rgb(128,207,118); }
td.TdClassName
{
border-color: #80CF76;
}
.TagClassName
{
border-color: #80CF76;
}
</style>