Shades of Pastel Green #81D968
Tints of Pastel Green #81D968
RGB
CMYK
RGB Variations
Color information
#81D968 (or 0x81D968) is known color: Pastel Green. HEX triplet: 81, D9 and 68. RGB value is (129,217,104). Sum of RGB (Red+Green+Blue) = 129+217+104=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #81D968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D968 is #7E2697. Grayscale: #B2B2B2. Windows color (decimal): -8267416 or 6871425. OLE color: 6871425.
HSL color Cylindrical-coordinate representation of color #81D968: hue angle of 106.73º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81D968 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 104 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.15 |
| HSL | 106.73º | 0.6% | 0.63% | - |
| HSV(B) | 106.73º | 0.52% | 0.85% | - |
| XYZ | 36.36 | 55.29 | 21.85 | - |
| YUV | 177.81 | 86.35 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 104 | 0.41 | 0 | 0.52 | 0.15 | 106.73 | 0.6 | 0.63 |
| Hex | 81 | D9 | 68 | 29 | 0 | 34 | F | 6B | 3C | 3F |
| Octal | 201 | 331 | 150 | 51 | 0 | 64 | 17 | 153 | 74 | 77 |
| Binary | 10000001 | 11011001 | 1101000 | 101001 | 0 | 110100 | 1111 | 1101011 | 111100 | 111111 |
Color Harmonies of #81D968
Complementary color
Monochromatic Colors of #81D968
Black with #81D968
Text Example
Text Example
White with #81D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D968; }
p { color: rgb(129,217,104); }
H1.HeaderClassName
{
color: #81D968;
}
.AnyTagClassName
{
color: #81D968;
}
</style>
background-color css
<style>
a { background-color: #81D968; }
a { background-color: rgb(129,217,104); }
div.DivClassName
{
background-color: #81D968;
}
.BgClassName
{
background-color: #81D968;
}
</style>
border-color css
<style>
span { border-color: #81D968; }
span { border-color: rgb(129,217,104); }
td.TdClassName
{
border-color: #81D968;
}
.TagClassName
{
border-color: #81D968;
}
</style>