Shades of Pastel Green #81E684
Tints of Pastel Green #81E684
RGB
CMYK
RGB Variations
Color information
#81E684 (or 0x81E684) is known color: Pastel Green. HEX triplet: 81, E6 and 84. RGB value is (129,230,132). Sum of RGB (Red+Green+Blue) = 129+230+132=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #81E684 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E684 is #7E197B. Grayscale: #BCBCBC. Windows color (decimal): -8264060 or 8709761. OLE color: 8709761.
HSL color Cylindrical-coordinate representation of color #81E684: hue angle of 121.78º 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 #81E684 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 132 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.10 |
| HSL | 121.78º | 0.67% | 0.7% | - |
| HSV(B) | 121.78º | 0.44% | 0.9% | - |
| XYZ | 41.51 | 62.93 | 31.79 | - |
| YUV | 188.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 132 | 0.44 | 0 | 0.43 | 0.10 | 121.78 | 0.67 | 0.7 |
| Hex | 81 | E6 | 84 | 2C | 0 | 2B | A | 7A | 43 | 46 |
| Octal | 201 | 346 | 204 | 54 | 0 | 53 | 12 | 172 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10000100 | 101100 | 0 | 101011 | 1010 | 1111010 | 1000011 | 1000110 |
Color Harmonies of #81E684
Complementary color
Monochromatic Colors of #81E684
Black with #81E684
Text Example
Text Example
White with #81E684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E684; }
p { color: rgb(129,230,132); }
H1.HeaderClassName
{
color: #81E684;
}
.AnyTagClassName
{
color: #81E684;
}
</style>
background-color css
<style>
a { background-color: #81E684; }
a { background-color: rgb(129,230,132); }
div.DivClassName
{
background-color: #81E684;
}
.BgClassName
{
background-color: #81E684;
}
</style>
border-color css
<style>
span { border-color: #81E684; }
span { border-color: rgb(129,230,132); }
td.TdClassName
{
border-color: #81E684;
}
.TagClassName
{
border-color: #81E684;
}
</style>