Shades of Pastel Green #81ED7D
Tints of Pastel Green #81ED7D
RGB
CMYK
RGB Variations
Color information
#81ED7D (or 0x81ED7D) is known color: Pastel Green. HEX triplet: 81, ED and 7D. RGB value is (129,237,125). Sum of RGB (Red+Green+Blue) = 129+237+125=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81ED7D is #7E1282. Grayscale: #C0C0C0. Windows color (decimal): -8262275 or 8252801. OLE color: 8252801.
HSL color Cylindrical-coordinate representation of color #81ED7D: hue angle of 117.86º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81ED7D is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 125 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.07 |
| HSL | 117.86º | 0.76% | 0.71% | - |
| HSV(B) | 117.86º | 0.47% | 0.93% | - |
| XYZ | 43.04 | 66.72 | 30.01 | - |
| YUV | 191.94 | 90.22 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 125 | 0.46 | 0 | 0.47 | 0.07 | 117.86 | 0.76 | 0.71 |
| Hex | 81 | ED | 7D | 2E | 0 | 2F | 7 | 76 | 4C | 47 |
| Octal | 201 | 355 | 175 | 56 | 0 | 57 | 7 | 166 | 114 | 107 |
| Binary | 10000001 | 11101101 | 1111101 | 101110 | 0 | 101111 | 111 | 1110110 | 1001100 | 1000111 |
Color Harmonies of #81ED7D
Complementary color
Monochromatic Colors of #81ED7D
Black with #81ED7D
Text Example
Text Example
White with #81ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ED7D; }
p { color: rgb(129,237,125); }
H1.HeaderClassName
{
color: #81ED7D;
}
.AnyTagClassName
{
color: #81ED7D;
}
</style>
background-color css
<style>
a { background-color: #81ED7D; }
a { background-color: rgb(129,237,125); }
div.DivClassName
{
background-color: #81ED7D;
}
.BgClassName
{
background-color: #81ED7D;
}
</style>
border-color css
<style>
span { border-color: #81ED7D; }
span { border-color: rgb(129,237,125); }
td.TdClassName
{
border-color: #81ED7D;
}
.TagClassName
{
border-color: #81ED7D;
}
</style>