Shades of Pastel Green #81E284
Tints of Pastel Green #81E284
RGB
CMYK
RGB Variations
Color information
#81E284 (or 0x81E284) is known color: Pastel Green. HEX triplet: 81, E2 and 84. RGB value is (129,226,132). Sum of RGB (Red+Green+Blue) = 129+226+132=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #81E284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E284 is #7E1D7B. Grayscale: #BABABA. Windows color (decimal): -8265084 or 8708737. OLE color: 8708737.
HSL color Cylindrical-coordinate representation of color #81E284: hue angle of 121.86º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81E284 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 226 | 132 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.11 |
| HSL | 121.86º | 0.63% | 0.7% | - |
| HSV(B) | 121.86º | 0.43% | 0.89% | - |
| XYZ | 40.41 | 60.73 | 31.42 | - |
| YUV | 186.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 226 | 132 | 0.43 | 0 | 0.42 | 0.11 | 121.86 | 0.63 | 0.7 |
| Hex | 81 | E2 | 84 | 2B | 0 | 2A | B | 7A | 3F | 46 |
| Octal | 201 | 342 | 204 | 53 | 0 | 52 | 13 | 172 | 77 | 106 |
| Binary | 10000001 | 11100010 | 10000100 | 101011 | 0 | 101010 | 1011 | 1111010 | 111111 | 1000110 |
Color Harmonies of #81E284
Complementary color
Monochromatic Colors of #81E284
Black with #81E284
Text Example
Text Example
White with #81E284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E284; }
p { color: rgb(129,226,132); }
H1.HeaderClassName
{
color: #81E284;
}
.AnyTagClassName
{
color: #81E284;
}
</style>
background-color css
<style>
a { background-color: #81E284; }
a { background-color: rgb(129,226,132); }
div.DivClassName
{
background-color: #81E284;
}
.BgClassName
{
background-color: #81E284;
}
</style>
border-color css
<style>
span { border-color: #81E284; }
span { border-color: rgb(129,226,132); }
td.TdClassName
{
border-color: #81E284;
}
.TagClassName
{
border-color: #81E284;
}
</style>