Shades of Pastel Green #81DB6C
Tints of Pastel Green #81DB6C
RGB
CMYK
RGB Variations
Color information
#81DB6C (or 0x81DB6C) is known color: Pastel Green. HEX triplet: 81, DB and 6C. RGB value is (129,219,108). Sum of RGB (Red+Green+Blue) = 129+219+108=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DB6C is #7E2493. Grayscale: #B3B3B3. Windows color (decimal): -8266900 or 7134081. OLE color: 7134081.
HSL color Cylindrical-coordinate representation of color #81DB6C: hue angle of 108.65º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81DB6C is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 108 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.14 |
| HSL | 108.65º | 0.61% | 0.64% | - |
| HSV(B) | 108.65º | 0.51% | 0.86% | - |
| XYZ | 37.09 | 56.41 | 23.12 | - |
| YUV | 179.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 108 | 0.41 | 0 | 0.51 | 0.14 | 108.65 | 0.61 | 0.64 |
| Hex | 81 | DB | 6C | 29 | 0 | 33 | E | 6D | 3D | 40 |
| Octal | 201 | 333 | 154 | 51 | 0 | 63 | 16 | 155 | 75 | 100 |
| Binary | 10000001 | 11011011 | 1101100 | 101001 | 0 | 110011 | 1110 | 1101101 | 111101 | 1000000 |
Color Harmonies of #81DB6C
Complementary color
Monochromatic Colors of #81DB6C
Black with #81DB6C
Text Example
Text Example
White with #81DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB6C; }
p { color: rgb(129,219,108); }
H1.HeaderClassName
{
color: #81DB6C;
}
.AnyTagClassName
{
color: #81DB6C;
}
</style>
background-color css
<style>
a { background-color: #81DB6C; }
a { background-color: rgb(129,219,108); }
div.DivClassName
{
background-color: #81DB6C;
}
.BgClassName
{
background-color: #81DB6C;
}
</style>
border-color css
<style>
span { border-color: #81DB6C; }
span { border-color: rgb(129,219,108); }
td.TdClassName
{
border-color: #81DB6C;
}
.TagClassName
{
border-color: #81DB6C;
}
</style>