Shades of Pastel Green #81EC5C
Tints of Pastel Green #81EC5C
RGB
CMYK
RGB Variations
Color information
#81EC5C (or 0x81EC5C) is known color: Pastel Green. HEX triplet: 81, EC and 5C. RGB value is (129,236,92). Sum of RGB (Red+Green+Blue) = 129+236+92=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC5C is #7E13A3. Grayscale: #BCBCBC. Windows color (decimal): -8262564 or 6089857. OLE color: 6089857.
HSL color Cylindrical-coordinate representation of color #81EC5C: hue angle of 104.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81EC5C is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 92 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.07 |
| HSL | 104.58º | 0.79% | 0.64% | - |
| HSV(B) | 104.58º | 0.61% | 0.93% | - |
| XYZ | 40.98 | 65.43 | 20.59 | - |
| YUV | 187.59 | 74.05 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 92 | 0.45 | 0 | 0.61 | 0.07 | 104.58 | 0.79 | 0.64 |
| Hex | 81 | EC | 5C | 2D | 0 | 3D | 7 | 69 | 4F | 40 |
| Octal | 201 | 354 | 134 | 55 | 0 | 75 | 7 | 151 | 117 | 100 |
| Binary | 10000001 | 11101100 | 1011100 | 101101 | 0 | 111101 | 111 | 1101001 | 1001111 | 1000000 |
Color Harmonies of #81EC5C
Complementary color
Monochromatic Colors of #81EC5C
Black with #81EC5C
Text Example
Text Example
White with #81EC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC5C; }
p { color: rgb(129,236,92); }
H1.HeaderClassName
{
color: #81EC5C;
}
.AnyTagClassName
{
color: #81EC5C;
}
</style>
background-color css
<style>
a { background-color: #81EC5C; }
a { background-color: rgb(129,236,92); }
div.DivClassName
{
background-color: #81EC5C;
}
.BgClassName
{
background-color: #81EC5C;
}
</style>
border-color css
<style>
span { border-color: #81EC5C; }
span { border-color: rgb(129,236,92); }
td.TdClassName
{
border-color: #81EC5C;
}
.TagClassName
{
border-color: #81EC5C;
}
</style>