Shades of Pastel Green #81DB84
Tints of Pastel Green #81DB84
RGB
CMYK
RGB Variations
Color information
#81DB84 (or 0x81DB84) is known color: Pastel Green. HEX triplet: 81, DB and 84. RGB value is (129,219,132). Sum of RGB (Red+Green+Blue) = 129+219+132=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DB84 is #7E247B. Grayscale: #B6B6B6. Windows color (decimal): -8266876 or 8706945. OLE color: 8706945.
HSL color Cylindrical-coordinate representation of color #81DB84: hue angle of 122º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DB84 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 132 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.14 |
| HSL | 122º | 0.56% | 0.68% | - |
| HSV(B) | 122º | 0.41% | 0.86% | - |
| XYZ | 38.55 | 57 | 30.8 | - |
| YUV | 182.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 132 | 0.41 | 0 | 0.40 | 0.14 | 122 | 0.56 | 0.68 |
| Hex | 81 | DB | 84 | 29 | 0 | 28 | E | 7A | 38 | 44 |
| Octal | 201 | 333 | 204 | 51 | 0 | 50 | 16 | 172 | 70 | 104 |
| Binary | 10000001 | 11011011 | 10000100 | 101001 | 0 | 101000 | 1110 | 1111010 | 111000 | 1000100 |
Color Harmonies of #81DB84
Complementary color
Monochromatic Colors of #81DB84
Black with #81DB84
Text Example
Text Example
White with #81DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB84; }
p { color: rgb(129,219,132); }
H1.HeaderClassName
{
color: #81DB84;
}
.AnyTagClassName
{
color: #81DB84;
}
</style>
background-color css
<style>
a { background-color: #81DB84; }
a { background-color: rgb(129,219,132); }
div.DivClassName
{
background-color: #81DB84;
}
.BgClassName
{
background-color: #81DB84;
}
</style>
border-color css
<style>
span { border-color: #81DB84; }
span { border-color: rgb(129,219,132); }
td.TdClassName
{
border-color: #81DB84;
}
.TagClassName
{
border-color: #81DB84;
}
</style>