Shades of Pastel Green #81E682
Tints of Pastel Green #81E682
RGB
CMYK
RGB Variations
Color information
#81E682 (or 0x81E682) is known color: Pastel Green. HEX triplet: 81, E6 and 82. RGB value is (129,230,130). Sum of RGB (Red+Green+Blue) = 129+230+130=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #81E682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E682 is #7E197D. Grayscale: #BCBCBC. Windows color (decimal): -8264062 or 8578689. OLE color: 8578689.
HSL color Cylindrical-coordinate representation of color #81E682: hue angle of 120.59º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E682 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 130 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.10 |
| HSL | 120.59º | 0.67% | 0.7% | - |
| HSV(B) | 120.59º | 0.44% | 0.9% | - |
| XYZ | 41.38 | 62.87 | 31.07 | - |
| YUV | 188.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 130 | 0.44 | 0 | 0.43 | 0.10 | 120.59 | 0.67 | 0.7 |
| Hex | 81 | E6 | 82 | 2C | 0 | 2B | A | 79 | 43 | 46 |
| Octal | 201 | 346 | 202 | 54 | 0 | 53 | 12 | 171 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10000010 | 101100 | 0 | 101011 | 1010 | 1111001 | 1000011 | 1000110 |
Color Harmonies of #81E682
Complementary color
Monochromatic Colors of #81E682
Black with #81E682
Text Example
Text Example
White with #81E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E682; }
p { color: rgb(129,230,130); }
H1.HeaderClassName
{
color: #81E682;
}
.AnyTagClassName
{
color: #81E682;
}
</style>
background-color css
<style>
a { background-color: #81E682; }
a { background-color: rgb(129,230,130); }
div.DivClassName
{
background-color: #81E682;
}
.BgClassName
{
background-color: #81E682;
}
</style>
border-color css
<style>
span { border-color: #81E682; }
span { border-color: rgb(129,230,130); }
td.TdClassName
{
border-color: #81E682;
}
.TagClassName
{
border-color: #81E682;
}
</style>