Shades of Pastel Green #81CF71
Tints of Pastel Green #81CF71
RGB
CMYK
RGB Variations
Color information
#81CF71 (or 0x81CF71) is known color: Pastel Green. HEX triplet: 81, CF and 71. RGB value is (129,207,113). Sum of RGB (Red+Green+Blue) = 129+207+113=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF71 is #7E308E. Grayscale: #ADADAD. Windows color (decimal): -8269967 or 7458689. OLE color: 7458689.
HSL color Cylindrical-coordinate representation of color #81CF71: hue angle of 109.79º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81CF71 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 113 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.19 |
| HSL | 109.79º | 0.49% | 0.63% | - |
| HSV(B) | 109.79º | 0.45% | 0.81% | - |
| XYZ | 34.35 | 50.49 | 23.56 | - |
| YUV | 172.96 | 94.16 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 113 | 0.38 | 0 | 0.45 | 0.19 | 109.79 | 0.49 | 0.63 |
| Hex | 81 | CF | 71 | 26 | 0 | 2D | 13 | 6E | 31 | 3F |
| Octal | 201 | 317 | 161 | 46 | 0 | 55 | 23 | 156 | 61 | 77 |
| Binary | 10000001 | 11001111 | 1110001 | 100110 | 0 | 101101 | 10011 | 1101110 | 110001 | 111111 |
Color Harmonies of #81CF71
Complementary color
Monochromatic Colors of #81CF71
Black with #81CF71
Text Example
Text Example
White with #81CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF71; }
p { color: rgb(129,207,113); }
H1.HeaderClassName
{
color: #81CF71;
}
.AnyTagClassName
{
color: #81CF71;
}
</style>
background-color css
<style>
a { background-color: #81CF71; }
a { background-color: rgb(129,207,113); }
div.DivClassName
{
background-color: #81CF71;
}
.BgClassName
{
background-color: #81CF71;
}
</style>
border-color css
<style>
span { border-color: #81CF71; }
span { border-color: rgb(129,207,113); }
td.TdClassName
{
border-color: #81CF71;
}
.TagClassName
{
border-color: #81CF71;
}
</style>