Shades of Pastel Green #81EC78
Tints of Pastel Green #81EC78
RGB
CMYK
RGB Variations
Color information
#81EC78 (or 0x81EC78) is known color: Pastel Green. HEX triplet: 81, EC and 78. RGB value is (129,236,120). Sum of RGB (Red+Green+Blue) = 129+236+120=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC78 is #7E1387. Grayscale: #BFBFBF. Windows color (decimal): -8262536 or 7924865. OLE color: 7924865.
HSL color Cylindrical-coordinate representation of color #81EC78: hue angle of 115.34º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81EC78 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 120 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.07 |
| HSL | 115.34º | 0.75% | 0.7% | - |
| HSV(B) | 115.34º | 0.49% | 0.93% | - |
| XYZ | 42.44 | 66.01 | 28.27 | - |
| YUV | 190.78 | 88.05 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 120 | 0.45 | 0 | 0.49 | 0.07 | 115.34 | 0.75 | 0.7 |
| Hex | 81 | EC | 78 | 2D | 0 | 31 | 7 | 73 | 4B | 46 |
| Octal | 201 | 354 | 170 | 55 | 0 | 61 | 7 | 163 | 113 | 106 |
| Binary | 10000001 | 11101100 | 1111000 | 101101 | 0 | 110001 | 111 | 1110011 | 1001011 | 1000110 |
Color Harmonies of #81EC78
Complementary color
Monochromatic Colors of #81EC78
Black with #81EC78
Text Example
Text Example
White with #81EC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC78; }
p { color: rgb(129,236,120); }
H1.HeaderClassName
{
color: #81EC78;
}
.AnyTagClassName
{
color: #81EC78;
}
</style>
background-color css
<style>
a { background-color: #81EC78; }
a { background-color: rgb(129,236,120); }
div.DivClassName
{
background-color: #81EC78;
}
.BgClassName
{
background-color: #81EC78;
}
</style>
border-color css
<style>
span { border-color: #81EC78; }
span { border-color: rgb(129,236,120); }
td.TdClassName
{
border-color: #81EC78;
}
.TagClassName
{
border-color: #81EC78;
}
</style>