Shades of Pastel Green #81E07D
Tints of Pastel Green #81E07D
RGB
CMYK
RGB Variations
Color information
#81E07D (or 0x81E07D) is known color: Pastel Green. HEX triplet: 81, E0 and 7D. RGB value is (129,224,125). Sum of RGB (Red+Green+Blue) = 129+224+125=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #81E07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E07D is #7E1F82. Grayscale: #B8B8B8. Windows color (decimal): -8265603 or 8249473. OLE color: 8249473.
HSL color Cylindrical-coordinate representation of color #81E07D: hue angle of 117.58º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E07D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 125 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.12 |
| HSL | 117.58º | 0.61% | 0.68% | - |
| HSV(B) | 117.58º | 0.44% | 0.88% | - |
| XYZ | 39.41 | 59.46 | 28.8 | - |
| YUV | 184.31 | 94.53 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 125 | 0.42 | 0 | 0.44 | 0.12 | 117.58 | 0.61 | 0.68 |
| Hex | 81 | E0 | 7D | 2A | 0 | 2C | C | 76 | 3D | 44 |
| Octal | 201 | 340 | 175 | 52 | 0 | 54 | 14 | 166 | 75 | 104 |
| Binary | 10000001 | 11100000 | 1111101 | 101010 | 0 | 101100 | 1100 | 1110110 | 111101 | 1000100 |
Color Harmonies of #81E07D
Complementary color
Monochromatic Colors of #81E07D
Black with #81E07D
Text Example
Text Example
White with #81E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E07D; }
p { color: rgb(129,224,125); }
H1.HeaderClassName
{
color: #81E07D;
}
.AnyTagClassName
{
color: #81E07D;
}
</style>
background-color css
<style>
a { background-color: #81E07D; }
a { background-color: rgb(129,224,125); }
div.DivClassName
{
background-color: #81E07D;
}
.BgClassName
{
background-color: #81E07D;
}
</style>
border-color css
<style>
span { border-color: #81E07D; }
span { border-color: rgb(129,224,125); }
td.TdClassName
{
border-color: #81E07D;
}
.TagClassName
{
border-color: #81E07D;
}
</style>