Shades of Pastel Green #81EA61
Tints of Pastel Green #81EA61
RGB
CMYK
RGB Variations
Color information
#81EA61 (or 0x81EA61) is known color: Pastel Green. HEX triplet: 81, EA and 61. RGB value is (129,234,97). Sum of RGB (Red+Green+Blue) = 129+234+97=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EA61 is #7E159E. Grayscale: #BBBBBB. Windows color (decimal): -8263071 or 6417025. OLE color: 6417025.
HSL color Cylindrical-coordinate representation of color #81EA61: hue angle of 105.99º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81EA61 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 97 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.08 |
| HSL | 105.99º | 0.77% | 0.65% | - |
| HSV(B) | 105.99º | 0.59% | 0.92% | - |
| XYZ | 40.63 | 64.38 | 21.59 | - |
| YUV | 186.99 | 77.21 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 97 | 0.45 | 0 | 0.59 | 0.08 | 105.99 | 0.77 | 0.65 |
| Hex | 81 | EA | 61 | 2D | 0 | 3B | 8 | 6A | 4D | 41 |
| Octal | 201 | 352 | 141 | 55 | 0 | 73 | 10 | 152 | 115 | 101 |
| Binary | 10000001 | 11101010 | 1100001 | 101101 | 0 | 111011 | 1000 | 1101010 | 1001101 | 1000001 |
Color Harmonies of #81EA61
Complementary color
Monochromatic Colors of #81EA61
Black with #81EA61
Text Example
Text Example
White with #81EA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA61; }
p { color: rgb(129,234,97); }
H1.HeaderClassName
{
color: #81EA61;
}
.AnyTagClassName
{
color: #81EA61;
}
</style>
background-color css
<style>
a { background-color: #81EA61; }
a { background-color: rgb(129,234,97); }
div.DivClassName
{
background-color: #81EA61;
}
.BgClassName
{
background-color: #81EA61;
}
</style>
border-color css
<style>
span { border-color: #81EA61; }
span { border-color: rgb(129,234,97); }
td.TdClassName
{
border-color: #81EA61;
}
.TagClassName
{
border-color: #81EA61;
}
</style>