Shades of Pastel Green #81E175
Tints of Pastel Green #81E175
RGB
CMYK
RGB Variations
Color information
#81E175 (or 0x81E175) is known color: Pastel Green. HEX triplet: 81, E1 and 75. RGB value is (129,225,117). Sum of RGB (Red+Green+Blue) = 129+225+117=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #81E175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E175 is #7E1E8A. Grayscale: #B8B8B8. Windows color (decimal): -8265355 or 7725441. OLE color: 7725441.
HSL color Cylindrical-coordinate representation of color #81E175: hue angle of 113.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81E175 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 225 | 117 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.12 |
| HSL | 113.33º | 0.64% | 0.67% | - |
| HSV(B) | 113.33º | 0.48% | 0.88% | - |
| XYZ | 39.19 | 59.8 | 26.31 | - |
| YUV | 183.98 | 90.2 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 225 | 117 | 0.43 | 0 | 0.48 | 0.12 | 113.33 | 0.64 | 0.67 |
| Hex | 81 | E1 | 75 | 2B | 0 | 30 | C | 71 | 40 | 43 |
| Octal | 201 | 341 | 165 | 53 | 0 | 60 | 14 | 161 | 100 | 103 |
| Binary | 10000001 | 11100001 | 1110101 | 101011 | 0 | 110000 | 1100 | 1110001 | 1000000 | 1000011 |
Color Harmonies of #81E175
Complementary color
Monochromatic Colors of #81E175
Black with #81E175
Text Example
Text Example
White with #81E175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E175; }
p { color: rgb(129,225,117); }
H1.HeaderClassName
{
color: #81E175;
}
.AnyTagClassName
{
color: #81E175;
}
</style>
background-color css
<style>
a { background-color: #81E175; }
a { background-color: rgb(129,225,117); }
div.DivClassName
{
background-color: #81E175;
}
.BgClassName
{
background-color: #81E175;
}
</style>
border-color css
<style>
span { border-color: #81E175; }
span { border-color: rgb(129,225,117); }
td.TdClassName
{
border-color: #81E175;
}
.TagClassName
{
border-color: #81E175;
}
</style>