Shades of Pastel Green #81E568
Tints of Pastel Green #81E568
RGB
CMYK
RGB Variations
Color information
#81E568 (or 0x81E568) is known color: Pastel Green. HEX triplet: 81, E5 and 68. RGB value is (129,229,104). Sum of RGB (Red+Green+Blue) = 129+229+104=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #81E568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E568 is #7E1A97. Grayscale: #B9B9B9. Windows color (decimal): -8264344 or 6874497. OLE color: 6874497.
HSL color Cylindrical-coordinate representation of color #81E568: hue angle of 108º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81E568 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 229 | 104 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.10 |
| HSL | 108º | 0.71% | 0.65% | - |
| HSV(B) | 108º | 0.55% | 0.9% | - |
| XYZ | 39.57 | 61.71 | 22.92 | - |
| YUV | 184.85 | 82.37 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 229 | 104 | 0.44 | 0 | 0.55 | 0.10 | 108 | 0.71 | 0.65 |
| Hex | 81 | E5 | 68 | 2C | 0 | 37 | A | 6C | 47 | 41 |
| Octal | 201 | 345 | 150 | 54 | 0 | 67 | 12 | 154 | 107 | 101 |
| Binary | 10000001 | 11100101 | 1101000 | 101100 | 0 | 110111 | 1010 | 1101100 | 1000111 | 1000001 |
Color Harmonies of #81E568
Complementary color
Monochromatic Colors of #81E568
Black with #81E568
Text Example
Text Example
White with #81E568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E568; }
p { color: rgb(129,229,104); }
H1.HeaderClassName
{
color: #81E568;
}
.AnyTagClassName
{
color: #81E568;
}
</style>
background-color css
<style>
a { background-color: #81E568; }
a { background-color: rgb(129,229,104); }
div.DivClassName
{
background-color: #81E568;
}
.BgClassName
{
background-color: #81E568;
}
</style>
border-color css
<style>
span { border-color: #81E568; }
span { border-color: rgb(129,229,104); }
td.TdClassName
{
border-color: #81E568;
}
.TagClassName
{
border-color: #81E568;
}
</style>