Shades of Pastel Green #81D078
Tints of Pastel Green #81D078
RGB
CMYK
RGB Variations
Color information
#81D078 (or 0x81D078) is known color: Pastel Green. HEX triplet: 81, D0 and 78. RGB value is (129,208,120). Sum of RGB (Red+Green+Blue) = 129+208+120=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #81D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D078 is #7E2F87. Grayscale: #AEAEAE. Windows color (decimal): -8269704 or 7917697. OLE color: 7917697.
HSL color Cylindrical-coordinate representation of color #81D078: hue angle of 113.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81D078 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 120 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.18 |
| HSL | 113.86º | 0.48% | 0.64% | - |
| HSV(B) | 113.86º | 0.42% | 0.82% | - |
| XYZ | 35 | 51.13 | 25.79 | - |
| YUV | 174.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 120 | 0.38 | 0 | 0.42 | 0.18 | 113.86 | 0.48 | 0.64 |
| Hex | 81 | D0 | 78 | 26 | 0 | 2A | 12 | 72 | 30 | 40 |
| Octal | 201 | 320 | 170 | 46 | 0 | 52 | 22 | 162 | 60 | 100 |
| Binary | 10000001 | 11010000 | 1111000 | 100110 | 0 | 101010 | 10010 | 1110010 | 110000 | 1000000 |
Color Harmonies of #81D078
Complementary color
Monochromatic Colors of #81D078
Black with #81D078
Text Example
Text Example
White with #81D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D078; }
p { color: rgb(129,208,120); }
H1.HeaderClassName
{
color: #81D078;
}
.AnyTagClassName
{
color: #81D078;
}
</style>
background-color css
<style>
a { background-color: #81D078; }
a { background-color: rgb(129,208,120); }
div.DivClassName
{
background-color: #81D078;
}
.BgClassName
{
background-color: #81D078;
}
</style>
border-color css
<style>
span { border-color: #81D078; }
span { border-color: rgb(129,208,120); }
td.TdClassName
{
border-color: #81D078;
}
.TagClassName
{
border-color: #81D078;
}
</style>