Shades of Pastel Green #81EC75
Tints of Pastel Green #81EC75
RGB
CMYK
RGB Variations
Color information
#81EC75 (or 0x81EC75) is known color: Pastel Green. HEX triplet: 81, EC and 75. RGB value is (129,236,117). Sum of RGB (Red+Green+Blue) = 129+236+117=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC75 is #7E138A. Grayscale: #BEBEBE. Windows color (decimal): -8262539 or 7728257. OLE color: 7728257.
HSL color Cylindrical-coordinate representation of color #81EC75: hue angle of 113.95º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81EC75 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 117 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.07 |
| HSL | 113.95º | 0.76% | 0.69% | - |
| HSV(B) | 113.95º | 0.5% | 0.93% | - |
| XYZ | 42.26 | 65.94 | 27.33 | - |
| YUV | 190.44 | 86.55 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 117 | 0.45 | 0 | 0.50 | 0.07 | 113.95 | 0.76 | 0.69 |
| Hex | 81 | EC | 75 | 2D | 0 | 32 | 7 | 72 | 4C | 45 |
| Octal | 201 | 354 | 165 | 55 | 0 | 62 | 7 | 162 | 114 | 105 |
| Binary | 10000001 | 11101100 | 1110101 | 101101 | 0 | 110010 | 111 | 1110010 | 1001100 | 1000101 |
Color Harmonies of #81EC75
Complementary color
Monochromatic Colors of #81EC75
Black with #81EC75
Text Example
Text Example
White with #81EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC75; }
p { color: rgb(129,236,117); }
H1.HeaderClassName
{
color: #81EC75;
}
.AnyTagClassName
{
color: #81EC75;
}
</style>
background-color css
<style>
a { background-color: #81EC75; }
a { background-color: rgb(129,236,117); }
div.DivClassName
{
background-color: #81EC75;
}
.BgClassName
{
background-color: #81EC75;
}
</style>
border-color css
<style>
span { border-color: #81EC75; }
span { border-color: rgb(129,236,117); }
td.TdClassName
{
border-color: #81EC75;
}
.TagClassName
{
border-color: #81EC75;
}
</style>