Shades of Pastel Green #81DC6D
Tints of Pastel Green #81DC6D
RGB
CMYK
RGB Variations
Color information
#81DC6D (or 0x81DC6D) is known color: Pastel Green. HEX triplet: 81, DC and 6D. RGB value is (129,220,109). Sum of RGB (Red+Green+Blue) = 129+220+109=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC6D is #7E2392. Grayscale: #B4B4B4. Windows color (decimal): -8266643 or 7199873. OLE color: 7199873.
HSL color Cylindrical-coordinate representation of color #81DC6D: hue angle of 109.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81DC6D is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 109 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.14 |
| HSL | 109.19º | 0.61% | 0.65% | - |
| HSV(B) | 109.19º | 0.5% | 0.86% | - |
| XYZ | 37.41 | 56.96 | 23.49 | - |
| YUV | 180.14 | 87.85 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 109 | 0.41 | 0 | 0.50 | 0.14 | 109.19 | 0.61 | 0.65 |
| Hex | 81 | DC | 6D | 29 | 0 | 32 | E | 6D | 3D | 41 |
| Octal | 201 | 334 | 155 | 51 | 0 | 62 | 16 | 155 | 75 | 101 |
| Binary | 10000001 | 11011100 | 1101101 | 101001 | 0 | 110010 | 1110 | 1101101 | 111101 | 1000001 |
Color Harmonies of #81DC6D
Complementary color
Monochromatic Colors of #81DC6D
Black with #81DC6D
Text Example
Text Example
White with #81DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC6D; }
p { color: rgb(129,220,109); }
H1.HeaderClassName
{
color: #81DC6D;
}
.AnyTagClassName
{
color: #81DC6D;
}
</style>
background-color css
<style>
a { background-color: #81DC6D; }
a { background-color: rgb(129,220,109); }
div.DivClassName
{
background-color: #81DC6D;
}
.BgClassName
{
background-color: #81DC6D;
}
</style>
border-color css
<style>
span { border-color: #81DC6D; }
span { border-color: rgb(129,220,109); }
td.TdClassName
{
border-color: #81DC6D;
}
.TagClassName
{
border-color: #81DC6D;
}
</style>