Shades of Pastel Green #81D97F
Tints of Pastel Green #81D97F
RGB
CMYK
RGB Variations
Color information
#81D97F (or 0x81D97F) is known color: Pastel Green. HEX triplet: 81, D9 and 7F. RGB value is (129,217,127). Sum of RGB (Red+Green+Blue) = 129+217+127=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #81D97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D97F is #7E2680. Grayscale: #B4B4B4. Windows color (decimal): -8267393 or 8378753. OLE color: 8378753.
HSL color Cylindrical-coordinate representation of color #81D97F: hue angle of 118.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D97F is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 127 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.15 |
| HSL | 118.67º | 0.54% | 0.67% | - |
| HSV(B) | 118.67º | 0.41% | 0.85% | - |
| XYZ | 37.7 | 55.83 | 28.87 | - |
| YUV | 180.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 127 | 0.41 | 0 | 0.41 | 0.15 | 118.67 | 0.54 | 0.67 |
| Hex | 81 | D9 | 7F | 29 | 0 | 29 | F | 77 | 36 | 43 |
| Octal | 201 | 331 | 177 | 51 | 0 | 51 | 17 | 167 | 66 | 103 |
| Binary | 10000001 | 11011001 | 1111111 | 101001 | 0 | 101001 | 1111 | 1110111 | 110110 | 1000011 |
Color Harmonies of #81D97F
Complementary color
Monochromatic Colors of #81D97F
Black with #81D97F
Text Example
Text Example
White with #81D97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D97F; }
p { color: rgb(129,217,127); }
H1.HeaderClassName
{
color: #81D97F;
}
.AnyTagClassName
{
color: #81D97F;
}
</style>
background-color css
<style>
a { background-color: #81D97F; }
a { background-color: rgb(129,217,127); }
div.DivClassName
{
background-color: #81D97F;
}
.BgClassName
{
background-color: #81D97F;
}
</style>
border-color css
<style>
span { border-color: #81D97F; }
span { border-color: rgb(129,217,127); }
td.TdClassName
{
border-color: #81D97F;
}
.TagClassName
{
border-color: #81D97F;
}
</style>