Shades of Pastel Green #80CF71
Tints of Pastel Green #80CF71
RGB
CMYK
RGB Variations
Color information
#80CF71 (or 0x80CF71) is known color: Pastel Green. HEX triplet: 80, CF and 71. RGB value is (128,207,113). Sum of RGB (Red+Green+Blue) = 128+207+113=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF71 is #7F308E. Grayscale: #ACACAC. Windows color (decimal): -8335503 or 7458688. OLE color: 7458688.
HSL color Cylindrical-coordinate representation of color #80CF71: hue angle of 110.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80CF71 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 113 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.19 |
| HSL | 110.43º | 0.49% | 0.63% | - |
| HSV(B) | 110.43º | 0.45% | 0.81% | - |
| XYZ | 34.2 | 50.41 | 23.55 | - |
| YUV | 172.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 113 | 0.38 | 0 | 0.45 | 0.19 | 110.43 | 0.49 | 0.63 |
| Hex | 80 | CF | 71 | 26 | 0 | 2D | 13 | 6E | 31 | 3F |
| Octal | 200 | 317 | 161 | 46 | 0 | 55 | 23 | 156 | 61 | 77 |
| Binary | 10000000 | 11001111 | 1110001 | 100110 | 0 | 101101 | 10011 | 1101110 | 110001 | 111111 |
Color Harmonies of #80CF71
Complementary color
Monochromatic Colors of #80CF71
Black with #80CF71
Text Example
Text Example
White with #80CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF71; }
p { color: rgb(128,207,113); }
H1.HeaderClassName
{
color: #80CF71;
}
.AnyTagClassName
{
color: #80CF71;
}
</style>
background-color css
<style>
a { background-color: #80CF71; }
a { background-color: rgb(128,207,113); }
div.DivClassName
{
background-color: #80CF71;
}
.BgClassName
{
background-color: #80CF71;
}
</style>
border-color css
<style>
span { border-color: #80CF71; }
span { border-color: rgb(128,207,113); }
td.TdClassName
{
border-color: #80CF71;
}
.TagClassName
{
border-color: #80CF71;
}
</style>