Shades of Pastel Green #81CE71
Tints of Pastel Green #81CE71
RGB
CMYK
RGB Variations
Color information
#81CE71 (or 0x81CE71) is known color: Pastel Green. HEX triplet: 81, CE and 71. RGB value is (129,206,113). Sum of RGB (Red+Green+Blue) = 129+206+113=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE71 is #7E318E. Grayscale: #ACACAC. Windows color (decimal): -8270223 or 7458433. OLE color: 7458433.
HSL color Cylindrical-coordinate representation of color #81CE71: hue angle of 109.68º 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 #81CE71 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 113 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.19 |
| HSL | 109.68º | 0.49% | 0.63% | - |
| HSV(B) | 109.68º | 0.45% | 0.81% | - |
| XYZ | 34.11 | 50 | 23.48 | - |
| YUV | 172.38 | 94.49 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 113 | 0.37 | 0 | 0.45 | 0.19 | 109.68 | 0.49 | 0.63 |
| Hex | 81 | CE | 71 | 25 | 0 | 2D | 13 | 6E | 31 | 3F |
| Octal | 201 | 316 | 161 | 45 | 0 | 55 | 23 | 156 | 61 | 77 |
| Binary | 10000001 | 11001110 | 1110001 | 100101 | 0 | 101101 | 10011 | 1101110 | 110001 | 111111 |
Color Harmonies of #81CE71
Complementary color
Monochromatic Colors of #81CE71
Black with #81CE71
Text Example
Text Example
White with #81CE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE71; }
p { color: rgb(129,206,113); }
H1.HeaderClassName
{
color: #81CE71;
}
.AnyTagClassName
{
color: #81CE71;
}
</style>
background-color css
<style>
a { background-color: #81CE71; }
a { background-color: rgb(129,206,113); }
div.DivClassName
{
background-color: #81CE71;
}
.BgClassName
{
background-color: #81CE71;
}
</style>
border-color css
<style>
span { border-color: #81CE71; }
span { border-color: rgb(129,206,113); }
td.TdClassName
{
border-color: #81CE71;
}
.TagClassName
{
border-color: #81CE71;
}
</style>