Shades of Pastel Green #81D36D
Tints of Pastel Green #81D36D
RGB
CMYK
RGB Variations
Color information
#81D36D (or 0x81D36D) is known color: Pastel Green. HEX triplet: 81, D3 and 6D. RGB value is (129,211,109). Sum of RGB (Red+Green+Blue) = 129+211+109=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #81D36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D36D is #7E2C92. Grayscale: #AFAFAF. Windows color (decimal): -8268947 or 7197569. OLE color: 7197569.
HSL color Cylindrical-coordinate representation of color #81D36D: hue angle of 108.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81D36D is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 109 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.17 |
| HSL | 108.24º | 0.54% | 0.63% | - |
| HSV(B) | 108.24º | 0.48% | 0.83% | - |
| XYZ | 35.11 | 52.36 | 22.72 | - |
| YUV | 174.85 | 90.83 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 109 | 0.39 | 0 | 0.48 | 0.17 | 108.24 | 0.54 | 0.63 |
| Hex | 81 | D3 | 6D | 27 | 0 | 30 | 11 | 6C | 36 | 3F |
| Octal | 201 | 323 | 155 | 47 | 0 | 60 | 21 | 154 | 66 | 77 |
| Binary | 10000001 | 11010011 | 1101101 | 100111 | 0 | 110000 | 10001 | 1101100 | 110110 | 111111 |
Color Harmonies of #81D36D
Complementary color
Monochromatic Colors of #81D36D
Black with #81D36D
Text Example
Text Example
White with #81D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D36D; }
p { color: rgb(129,211,109); }
H1.HeaderClassName
{
color: #81D36D;
}
.AnyTagClassName
{
color: #81D36D;
}
</style>
background-color css
<style>
a { background-color: #81D36D; }
a { background-color: rgb(129,211,109); }
div.DivClassName
{
background-color: #81D36D;
}
.BgClassName
{
background-color: #81D36D;
}
</style>
border-color css
<style>
span { border-color: #81D36D; }
span { border-color: rgb(129,211,109); }
td.TdClassName
{
border-color: #81D36D;
}
.TagClassName
{
border-color: #81D36D;
}
</style>