Shades of Pastel Green #81EC60
Tints of Pastel Green #81EC60
RGB
CMYK
RGB Variations
Color information
#81EC60 (or 0x81EC60) is known color: Pastel Green. HEX triplet: 81, EC and 60. RGB value is (129,236,96). Sum of RGB (Red+Green+Blue) = 129+236+96=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC60 is #7E139F. Grayscale: #BCBCBC. Windows color (decimal): -8262560 or 6352001. OLE color: 6352001.
HSL color Cylindrical-coordinate representation of color #81EC60: hue angle of 105.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81EC60 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 96 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.07 |
| HSL | 105.86º | 0.79% | 0.65% | - |
| HSV(B) | 105.86º | 0.59% | 0.93% | - |
| XYZ | 41.16 | 65.5 | 21.54 | - |
| YUV | 188.05 | 76.05 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 96 | 0.45 | 0 | 0.59 | 0.07 | 105.86 | 0.79 | 0.65 |
| Hex | 81 | EC | 60 | 2D | 0 | 3B | 7 | 6A | 4F | 41 |
| Octal | 201 | 354 | 140 | 55 | 0 | 73 | 7 | 152 | 117 | 101 |
| Binary | 10000001 | 11101100 | 1100000 | 101101 | 0 | 111011 | 111 | 1101010 | 1001111 | 1000001 |
Color Harmonies of #81EC60
Complementary color
Monochromatic Colors of #81EC60
Black with #81EC60
Text Example
Text Example
White with #81EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC60; }
p { color: rgb(129,236,96); }
H1.HeaderClassName
{
color: #81EC60;
}
.AnyTagClassName
{
color: #81EC60;
}
</style>
background-color css
<style>
a { background-color: #81EC60; }
a { background-color: rgb(129,236,96); }
div.DivClassName
{
background-color: #81EC60;
}
.BgClassName
{
background-color: #81EC60;
}
</style>
border-color css
<style>
span { border-color: #81EC60; }
span { border-color: rgb(129,236,96); }
td.TdClassName
{
border-color: #81EC60;
}
.TagClassName
{
border-color: #81EC60;
}
</style>