Shades of Pastel Green #81E360
Tints of Pastel Green #81E360
RGB
CMYK
RGB Variations
Color information
#81E360 (or 0x81E360) is known color: Pastel Green. HEX triplet: 81, E3 and 60. RGB value is (129,227,96). Sum of RGB (Red+Green+Blue) = 129+227+96=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #81E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E360 is #7E1C9F. Grayscale: #B7B7B7. Windows color (decimal): -8264864 or 6349697. OLE color: 6349697.
HSL color Cylindrical-coordinate representation of color #81E360: hue angle of 104.89º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81E360 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 227 | 96 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.11 |
| HSL | 104.89º | 0.7% | 0.63% | - |
| HSV(B) | 104.89º | 0.58% | 0.89% | - |
| XYZ | 38.63 | 60.45 | 20.7 | - |
| YUV | 182.76 | 79.03 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 227 | 96 | 0.43 | 0 | 0.58 | 0.11 | 104.89 | 0.7 | 0.63 |
| Hex | 81 | E3 | 60 | 2B | 0 | 3A | B | 69 | 46 | 3F |
| Octal | 201 | 343 | 140 | 53 | 0 | 72 | 13 | 151 | 106 | 77 |
| Binary | 10000001 | 11100011 | 1100000 | 101011 | 0 | 111010 | 1011 | 1101001 | 1000110 | 111111 |
Color Harmonies of #81E360
Complementary color
Monochromatic Colors of #81E360
Black with #81E360
Text Example
Text Example
White with #81E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E360; }
p { color: rgb(129,227,96); }
H1.HeaderClassName
{
color: #81E360;
}
.AnyTagClassName
{
color: #81E360;
}
</style>
background-color css
<style>
a { background-color: #81E360; }
a { background-color: rgb(129,227,96); }
div.DivClassName
{
background-color: #81E360;
}
.BgClassName
{
background-color: #81E360;
}
</style>
border-color css
<style>
span { border-color: #81E360; }
span { border-color: rgb(129,227,96); }
td.TdClassName
{
border-color: #81E360;
}
.TagClassName
{
border-color: #81E360;
}
</style>