Shades of Pastel Green #81DB7D
Tints of Pastel Green #81DB7D
RGB
CMYK
RGB Variations
Color information
#81DB7D (or 0x81DB7D) is known color: Pastel Green. HEX triplet: 81, DB and 7D. RGB value is (129,219,125). Sum of RGB (Red+Green+Blue) = 129+219+125=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DB7D is #7E2482. Grayscale: #B5B5B5. Windows color (decimal): -8266883 or 8248193. OLE color: 8248193.
HSL color Cylindrical-coordinate representation of color #81DB7D: hue angle of 117.45º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81DB7D is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 125 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.14 |
| HSL | 117.45º | 0.57% | 0.67% | - |
| HSV(B) | 117.45º | 0.43% | 0.86% | - |
| XYZ | 38.09 | 56.81 | 28.36 | - |
| YUV | 181.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 125 | 0.41 | 0 | 0.43 | 0.14 | 117.45 | 0.57 | 0.67 |
| Hex | 81 | DB | 7D | 29 | 0 | 2B | E | 75 | 39 | 43 |
| Octal | 201 | 333 | 175 | 51 | 0 | 53 | 16 | 165 | 71 | 103 |
| Binary | 10000001 | 11011011 | 1111101 | 101001 | 0 | 101011 | 1110 | 1110101 | 111001 | 1000011 |
Color Harmonies of #81DB7D
Complementary color
Monochromatic Colors of #81DB7D
Black with #81DB7D
Text Example
Text Example
White with #81DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB7D; }
p { color: rgb(129,219,125); }
H1.HeaderClassName
{
color: #81DB7D;
}
.AnyTagClassName
{
color: #81DB7D;
}
</style>
background-color css
<style>
a { background-color: #81DB7D; }
a { background-color: rgb(129,219,125); }
div.DivClassName
{
background-color: #81DB7D;
}
.BgClassName
{
background-color: #81DB7D;
}
</style>
border-color css
<style>
span { border-color: #81DB7D; }
span { border-color: rgb(129,219,125); }
td.TdClassName
{
border-color: #81DB7D;
}
.TagClassName
{
border-color: #81DB7D;
}
</style>