Shades of Pastel Green #81E57B
Tints of Pastel Green #81E57B
RGB
CMYK
RGB Variations
Color information
#81E57B (or 0x81E57B) is known color: Pastel Green. HEX triplet: 81, E5 and 7B. RGB value is (129,229,123). Sum of RGB (Red+Green+Blue) = 129+229+123=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #81E57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E57B is #7E1A84. Grayscale: #BBBBBB. Windows color (decimal): -8264325 or 8119681. OLE color: 8119681.
HSL color Cylindrical-coordinate representation of color #81E57B: hue angle of 116.6º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81E57B is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 229 | 123 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.10 |
| HSL | 116.6º | 0.67% | 0.69% | - |
| HSV(B) | 116.6º | 0.46% | 0.9% | - |
| XYZ | 40.65 | 62.14 | 28.59 | - |
| YUV | 187.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 229 | 123 | 0.44 | 0 | 0.46 | 0.10 | 116.6 | 0.67 | 0.69 |
| Hex | 81 | E5 | 7B | 2C | 0 | 2E | A | 75 | 43 | 45 |
| Octal | 201 | 345 | 173 | 54 | 0 | 56 | 12 | 165 | 103 | 105 |
| Binary | 10000001 | 11100101 | 1111011 | 101100 | 0 | 101110 | 1010 | 1110101 | 1000011 | 1000101 |
Color Harmonies of #81E57B
Complementary color
Monochromatic Colors of #81E57B
Black with #81E57B
Text Example
Text Example
White with #81E57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E57B; }
p { color: rgb(129,229,123); }
H1.HeaderClassName
{
color: #81E57B;
}
.AnyTagClassName
{
color: #81E57B;
}
</style>
background-color css
<style>
a { background-color: #81E57B; }
a { background-color: rgb(129,229,123); }
div.DivClassName
{
background-color: #81E57B;
}
.BgClassName
{
background-color: #81E57B;
}
</style>
border-color css
<style>
span { border-color: #81E57B; }
span { border-color: rgb(129,229,123); }
td.TdClassName
{
border-color: #81E57B;
}
.TagClassName
{
border-color: #81E57B;
}
</style>