Shades of Pastel Green #81EC62
Tints of Pastel Green #81EC62
RGB
CMYK
RGB Variations
Color information
#81EC62 (or 0x81EC62) is known color: Pastel Green. HEX triplet: 81, EC and 62. RGB value is (129,236,98). Sum of RGB (Red+Green+Blue) = 129+236+98=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC62 is #7E139D. Grayscale: #BCBCBC. Windows color (decimal): -8262558 or 6483073. OLE color: 6483073.
HSL color Cylindrical-coordinate representation of color #81EC62: hue angle of 106.52º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81EC62 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 98 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.07 |
| HSL | 106.52º | 0.78% | 0.65% | - |
| HSV(B) | 106.52º | 0.58% | 0.93% | - |
| XYZ | 41.25 | 65.54 | 22.03 | - |
| YUV | 188.28 | 77.05 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 98 | 0.45 | 0 | 0.58 | 0.07 | 106.52 | 0.78 | 0.65 |
| Hex | 81 | EC | 62 | 2D | 0 | 3A | 7 | 6B | 4E | 41 |
| Octal | 201 | 354 | 142 | 55 | 0 | 72 | 7 | 153 | 116 | 101 |
| Binary | 10000001 | 11101100 | 1100010 | 101101 | 0 | 111010 | 111 | 1101011 | 1001110 | 1000001 |
Color Harmonies of #81EC62
Complementary color
Monochromatic Colors of #81EC62
Black with #81EC62
Text Example
Text Example
White with #81EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC62; }
p { color: rgb(129,236,98); }
H1.HeaderClassName
{
color: #81EC62;
}
.AnyTagClassName
{
color: #81EC62;
}
</style>
background-color css
<style>
a { background-color: #81EC62; }
a { background-color: rgb(129,236,98); }
div.DivClassName
{
background-color: #81EC62;
}
.BgClassName
{
background-color: #81EC62;
}
</style>
border-color css
<style>
span { border-color: #81EC62; }
span { border-color: rgb(129,236,98); }
td.TdClassName
{
border-color: #81EC62;
}
.TagClassName
{
border-color: #81EC62;
}
</style>