Shades of Pastel Green #81E680
Tints of Pastel Green #81E680
RGB
CMYK
RGB Variations
Color information
#81E680 (or 0x81E680) is known color: Pastel Green. HEX triplet: 81, E6 and 80. RGB value is (129,230,128). Sum of RGB (Red+Green+Blue) = 129+230+128=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #81E680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E680 is #7E197F. Grayscale: #BCBCBC. Windows color (decimal): -8264064 or 8447617. OLE color: 8447617.
HSL color Cylindrical-coordinate representation of color #81E680: hue angle of 119.41º 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 #81E680 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 128 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.10 |
| HSL | 119.41º | 0.67% | 0.7% | - |
| HSV(B) | 119.41º | 0.44% | 0.9% | - |
| XYZ | 41.25 | 62.82 | 30.37 | - |
| YUV | 188.17 | 94.04 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 128 | 0.44 | 0 | 0.44 | 0.10 | 119.41 | 0.67 | 0.7 |
| Hex | 81 | E6 | 80 | 2C | 0 | 2C | A | 77 | 43 | 46 |
| Octal | 201 | 346 | 200 | 54 | 0 | 54 | 12 | 167 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10000000 | 101100 | 0 | 101100 | 1010 | 1110111 | 1000011 | 1000110 |
Color Harmonies of #81E680
Complementary color
Monochromatic Colors of #81E680
Black with #81E680
Text Example
Text Example
White with #81E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E680; }
p { color: rgb(129,230,128); }
H1.HeaderClassName
{
color: #81E680;
}
.AnyTagClassName
{
color: #81E680;
}
</style>
background-color css
<style>
a { background-color: #81E680; }
a { background-color: rgb(129,230,128); }
div.DivClassName
{
background-color: #81E680;
}
.BgClassName
{
background-color: #81E680;
}
</style>
border-color css
<style>
span { border-color: #81E680; }
span { border-color: rgb(129,230,128); }
td.TdClassName
{
border-color: #81E680;
}
.TagClassName
{
border-color: #81E680;
}
</style>