Shades of Pastel Green #81EA7B
Tints of Pastel Green #81EA7B
RGB
CMYK
RGB Variations
Color information
#81EA7B (or 0x81EA7B) is known color: Pastel Green. HEX triplet: 81, EA and 7B. RGB value is (129,234,123). Sum of RGB (Red+Green+Blue) = 129+234+123=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EA7B is #7E1584. Grayscale: #BEBEBE. Windows color (decimal): -8263045 or 8120961. OLE color: 8120961.
HSL color Cylindrical-coordinate representation of color #81EA7B: hue angle of 116.76º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81EA7B is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 123 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.08 |
| HSL | 116.76º | 0.73% | 0.7% | - |
| HSV(B) | 116.76º | 0.47% | 0.92% | - |
| XYZ | 42.05 | 64.94 | 29.06 | - |
| YUV | 189.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 123 | 0.45 | 0 | 0.47 | 0.08 | 116.76 | 0.73 | 0.7 |
| Hex | 81 | EA | 7B | 2D | 0 | 2F | 8 | 75 | 49 | 46 |
| Octal | 201 | 352 | 173 | 55 | 0 | 57 | 10 | 165 | 111 | 106 |
| Binary | 10000001 | 11101010 | 1111011 | 101101 | 0 | 101111 | 1000 | 1110101 | 1001001 | 1000110 |
Color Harmonies of #81EA7B
Complementary color
Monochromatic Colors of #81EA7B
Black with #81EA7B
Text Example
Text Example
White with #81EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA7B; }
p { color: rgb(129,234,123); }
H1.HeaderClassName
{
color: #81EA7B;
}
.AnyTagClassName
{
color: #81EA7B;
}
</style>
background-color css
<style>
a { background-color: #81EA7B; }
a { background-color: rgb(129,234,123); }
div.DivClassName
{
background-color: #81EA7B;
}
.BgClassName
{
background-color: #81EA7B;
}
</style>
border-color css
<style>
span { border-color: #81EA7B; }
span { border-color: rgb(129,234,123); }
td.TdClassName
{
border-color: #81EA7B;
}
.TagClassName
{
border-color: #81EA7B;
}
</style>