Shades of Pastel Green #81D378
Tints of Pastel Green #81D378
RGB
CMYK
RGB Variations
Color information
#81D378 (or 0x81D378) is known color: Pastel Green. HEX triplet: 81, D3 and 78. RGB value is (129,211,120). Sum of RGB (Red+Green+Blue) = 129+211+120=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #81D378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D378 is #7E2C87. Grayscale: #B0B0B0. Windows color (decimal): -8268936 or 7918465. OLE color: 7918465.
HSL color Cylindrical-coordinate representation of color #81D378: hue angle of 114.07º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81D378 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 120 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.17 |
| HSL | 114.07º | 0.51% | 0.65% | - |
| HSV(B) | 114.07º | 0.43% | 0.83% | - |
| XYZ | 35.74 | 52.61 | 26.04 | - |
| YUV | 176.11 | 96.33 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 120 | 0.39 | 0 | 0.43 | 0.17 | 114.07 | 0.51 | 0.65 |
| Hex | 81 | D3 | 78 | 27 | 0 | 2B | 11 | 72 | 33 | 41 |
| Octal | 201 | 323 | 170 | 47 | 0 | 53 | 21 | 162 | 63 | 101 |
| Binary | 10000001 | 11010011 | 1111000 | 100111 | 0 | 101011 | 10001 | 1110010 | 110011 | 1000001 |
Color Harmonies of #81D378
Complementary color
Monochromatic Colors of #81D378
Black with #81D378
Text Example
Text Example
White with #81D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D378; }
p { color: rgb(129,211,120); }
H1.HeaderClassName
{
color: #81D378;
}
.AnyTagClassName
{
color: #81D378;
}
</style>
background-color css
<style>
a { background-color: #81D378; }
a { background-color: rgb(129,211,120); }
div.DivClassName
{
background-color: #81D378;
}
.BgClassName
{
background-color: #81D378;
}
</style>
border-color css
<style>
span { border-color: #81D378; }
span { border-color: rgb(129,211,120); }
td.TdClassName
{
border-color: #81D378;
}
.TagClassName
{
border-color: #81D378;
}
</style>