Shades of Pastel Green #81D67D
Tints of Pastel Green #81D67D
RGB
CMYK
RGB Variations
Color information
#81D67D (or 0x81D67D) is known color: Pastel Green. HEX triplet: 81, D6 and 7D. RGB value is (129,214,125). Sum of RGB (Red+Green+Blue) = 129+214+125=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #81D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D67D is #7E2982. Grayscale: #B2B2B2. Windows color (decimal): -8268163 or 8246913. OLE color: 8246913.
HSL color Cylindrical-coordinate representation of color #81D67D: hue angle of 117.3º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81D67D is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 125 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.16 |
| HSL | 117.3º | 0.52% | 0.66% | - |
| HSV(B) | 117.3º | 0.42% | 0.84% | - |
| XYZ | 36.8 | 54.24 | 27.93 | - |
| YUV | 178.44 | 97.84 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 125 | 0.40 | 0 | 0.42 | 0.16 | 117.3 | 0.52 | 0.66 |
| Hex | 81 | D6 | 7D | 28 | 0 | 2A | 10 | 75 | 34 | 42 |
| Octal | 201 | 326 | 175 | 50 | 0 | 52 | 20 | 165 | 64 | 102 |
| Binary | 10000001 | 11010110 | 1111101 | 101000 | 0 | 101010 | 10000 | 1110101 | 110100 | 1000010 |
Color Harmonies of #81D67D
Complementary color
Monochromatic Colors of #81D67D
Black with #81D67D
Text Example
Text Example
White with #81D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D67D; }
p { color: rgb(129,214,125); }
H1.HeaderClassName
{
color: #81D67D;
}
.AnyTagClassName
{
color: #81D67D;
}
</style>
background-color css
<style>
a { background-color: #81D67D; }
a { background-color: rgb(129,214,125); }
div.DivClassName
{
background-color: #81D67D;
}
.BgClassName
{
background-color: #81D67D;
}
</style>
border-color css
<style>
span { border-color: #81D67D; }
span { border-color: rgb(129,214,125); }
td.TdClassName
{
border-color: #81D67D;
}
.TagClassName
{
border-color: #81D67D;
}
</style>