Shades of Pastel Green #81EA73
Tints of Pastel Green #81EA73
RGB
CMYK
RGB Variations
Color information
#81EA73 (or 0x81EA73) is known color: Pastel Green. HEX triplet: 81, EA and 73. RGB value is (129,234,115). Sum of RGB (Red+Green+Blue) = 129+234+115=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EA73 is #7E158C. Grayscale: #BDBDBD. Windows color (decimal): -8263053 or 7596673. OLE color: 7596673.
HSL color Cylindrical-coordinate representation of color #81EA73: hue angle of 112.94º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81EA73 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 115 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.08 |
| HSL | 112.94º | 0.74% | 0.68% | - |
| HSV(B) | 112.94º | 0.51% | 0.92% | - |
| XYZ | 41.57 | 64.75 | 26.53 | - |
| YUV | 189.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 115 | 0.45 | 0 | 0.51 | 0.08 | 112.94 | 0.74 | 0.68 |
| Hex | 81 | EA | 73 | 2D | 0 | 33 | 8 | 71 | 4A | 44 |
| Octal | 201 | 352 | 163 | 55 | 0 | 63 | 10 | 161 | 112 | 104 |
| Binary | 10000001 | 11101010 | 1110011 | 101101 | 0 | 110011 | 1000 | 1110001 | 1001010 | 1000100 |
Color Harmonies of #81EA73
Complementary color
Monochromatic Colors of #81EA73
Black with #81EA73
Text Example
Text Example
White with #81EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA73; }
p { color: rgb(129,234,115); }
H1.HeaderClassName
{
color: #81EA73;
}
.AnyTagClassName
{
color: #81EA73;
}
</style>
background-color css
<style>
a { background-color: #81EA73; }
a { background-color: rgb(129,234,115); }
div.DivClassName
{
background-color: #81EA73;
}
.BgClassName
{
background-color: #81EA73;
}
</style>
border-color css
<style>
span { border-color: #81EA73; }
span { border-color: rgb(129,234,115); }
td.TdClassName
{
border-color: #81EA73;
}
.TagClassName
{
border-color: #81EA73;
}
</style>