Shades of Pastel Green #80D075
Tints of Pastel Green #80D075
RGB
CMYK
RGB Variations
Color information
#80D075 (or 0x80D075) is known color: Pastel Green. HEX triplet: 80, D0 and 75. RGB value is (128,208,117). Sum of RGB (Red+Green+Blue) = 128+208+117=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #80D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D075 is #7F2F8A. Grayscale: #ADADAD. Windows color (decimal): -8335243 or 7721088. OLE color: 7721088.
HSL color Cylindrical-coordinate representation of color #80D075: hue angle of 112.75º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80D075 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 117 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.18 |
| HSL | 112.75º | 0.49% | 0.64% | - |
| HSV(B) | 112.75º | 0.44% | 0.82% | - |
| XYZ | 34.67 | 50.99 | 24.84 | - |
| YUV | 173.71 | 96 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 117 | 0.38 | 0 | 0.44 | 0.18 | 112.75 | 0.49 | 0.64 |
| Hex | 80 | D0 | 75 | 26 | 0 | 2C | 12 | 71 | 31 | 40 |
| Octal | 200 | 320 | 165 | 46 | 0 | 54 | 22 | 161 | 61 | 100 |
| Binary | 10000000 | 11010000 | 1110101 | 100110 | 0 | 101100 | 10010 | 1110001 | 110001 | 1000000 |
Color Harmonies of #80D075
Complementary color
Monochromatic Colors of #80D075
Black with #80D075
Text Example
Text Example
White with #80D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D075; }
p { color: rgb(128,208,117); }
H1.HeaderClassName
{
color: #80D075;
}
.AnyTagClassName
{
color: #80D075;
}
</style>
background-color css
<style>
a { background-color: #80D075; }
a { background-color: rgb(128,208,117); }
div.DivClassName
{
background-color: #80D075;
}
.BgClassName
{
background-color: #80D075;
}
</style>
border-color css
<style>
span { border-color: #80D075; }
span { border-color: rgb(128,208,117); }
td.TdClassName
{
border-color: #80D075;
}
.TagClassName
{
border-color: #80D075;
}
</style>