Shades of Pastel Green #81DC7A
Tints of Pastel Green #81DC7A
RGB
CMYK
RGB Variations
Color information
#81DC7A (or 0x81DC7A) is known color: Pastel Green. HEX triplet: 81, DC and 7A. RGB value is (129,220,122). Sum of RGB (Red+Green+Blue) = 129+220+122=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC7A is #7E2385. Grayscale: #B5B5B5. Windows color (decimal): -8266630 or 8051841. OLE color: 8051841.
HSL color Cylindrical-coordinate representation of color #81DC7A: hue angle of 115.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DC7A is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 122 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.14 |
| HSL | 115.71º | 0.58% | 0.67% | - |
| HSV(B) | 115.71º | 0.45% | 0.86% | - |
| XYZ | 38.16 | 57.26 | 27.45 | - |
| YUV | 181.62 | 94.35 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 122 | 0.41 | 0 | 0.45 | 0.14 | 115.71 | 0.58 | 0.67 |
| Hex | 81 | DC | 7A | 29 | 0 | 2D | E | 74 | 3A | 43 |
| Octal | 201 | 334 | 172 | 51 | 0 | 55 | 16 | 164 | 72 | 103 |
| Binary | 10000001 | 11011100 | 1111010 | 101001 | 0 | 101101 | 1110 | 1110100 | 111010 | 1000011 |
Color Harmonies of #81DC7A
Complementary color
Monochromatic Colors of #81DC7A
Black with #81DC7A
Text Example
Text Example
White with #81DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC7A; }
p { color: rgb(129,220,122); }
H1.HeaderClassName
{
color: #81DC7A;
}
.AnyTagClassName
{
color: #81DC7A;
}
</style>
background-color css
<style>
a { background-color: #81DC7A; }
a { background-color: rgb(129,220,122); }
div.DivClassName
{
background-color: #81DC7A;
}
.BgClassName
{
background-color: #81DC7A;
}
</style>
border-color css
<style>
span { border-color: #81DC7A; }
span { border-color: rgb(129,220,122); }
td.TdClassName
{
border-color: #81DC7A;
}
.TagClassName
{
border-color: #81DC7A;
}
</style>