Shades of Pastel Green #81CC71
Tints of Pastel Green #81CC71
RGB
CMYK
RGB Variations
Color information
#81CC71 (or 0x81CC71) is known color: Pastel Green. HEX triplet: 81, CC and 71. RGB value is (129,204,113). Sum of RGB (Red+Green+Blue) = 129+204+113=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC71 is #7E338E. Grayscale: #ABABAB. Windows color (decimal): -8270735 or 7457921. OLE color: 7457921.
HSL color Cylindrical-coordinate representation of color #81CC71: hue angle of 109.45º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81CC71 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 113 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.2 |
| HSL | 109.45º | 0.47% | 0.62% | - |
| HSV(B) | 109.45º | 0.45% | 0.8% | - |
| XYZ | 33.63 | 49.05 | 23.32 | - |
| YUV | 171.2 | 95.15 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 113 | 0.37 | 0 | 0.45 | 0.2 | 109.45 | 0.47 | 0.62 |
| Hex | 81 | CC | 71 | 25 | 0 | 2D | 14 | 6D | 2F | 3E |
| Octal | 201 | 314 | 161 | 45 | 0 | 55 | 24 | 155 | 57 | 76 |
| Binary | 10000001 | 11001100 | 1110001 | 100101 | 0 | 101101 | 10100 | 1101101 | 101111 | 111110 |
Color Harmonies of #81CC71
Complementary color
Monochromatic Colors of #81CC71
Black with #81CC71
Text Example
Text Example
White with #81CC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC71; }
p { color: rgb(129,204,113); }
H1.HeaderClassName
{
color: #81CC71;
}
.AnyTagClassName
{
color: #81CC71;
}
</style>
background-color css
<style>
a { background-color: #81CC71; }
a { background-color: rgb(129,204,113); }
div.DivClassName
{
background-color: #81CC71;
}
.BgClassName
{
background-color: #81CC71;
}
</style>
border-color css
<style>
span { border-color: #81CC71; }
span { border-color: rgb(129,204,113); }
td.TdClassName
{
border-color: #81CC71;
}
.TagClassName
{
border-color: #81CC71;
}
</style>