Shades of Pastel Green #81CE6F
Tints of Pastel Green #81CE6F
RGB
CMYK
RGB Variations
Color information
#81CE6F (or 0x81CE6F) is known color: Pastel Green. HEX triplet: 81, CE and 6F. RGB value is (129,206,111). Sum of RGB (Red+Green+Blue) = 129+206+111=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE6F is #7E3190. Grayscale: #ACACAC. Windows color (decimal): -8270225 or 7327361. OLE color: 7327361.
HSL color Cylindrical-coordinate representation of color #81CE6F: hue angle of 108.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CE6F is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 111 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.19 |
| HSL | 108.63º | 0.49% | 0.62% | - |
| HSV(B) | 108.63º | 0.46% | 0.81% | - |
| XYZ | 33.99 | 49.96 | 22.89 | - |
| YUV | 172.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 111 | 0.37 | 0 | 0.46 | 0.19 | 108.63 | 0.49 | 0.62 |
| Hex | 81 | CE | 6F | 25 | 0 | 2E | 13 | 6D | 31 | 3E |
| Octal | 201 | 316 | 157 | 45 | 0 | 56 | 23 | 155 | 61 | 76 |
| Binary | 10000001 | 11001110 | 1101111 | 100101 | 0 | 101110 | 10011 | 1101101 | 110001 | 111110 |
Color Harmonies of #81CE6F
Complementary color
Monochromatic Colors of #81CE6F
Black with #81CE6F
Text Example
Text Example
White with #81CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE6F; }
p { color: rgb(129,206,111); }
H1.HeaderClassName
{
color: #81CE6F;
}
.AnyTagClassName
{
color: #81CE6F;
}
</style>
background-color css
<style>
a { background-color: #81CE6F; }
a { background-color: rgb(129,206,111); }
div.DivClassName
{
background-color: #81CE6F;
}
.BgClassName
{
background-color: #81CE6F;
}
</style>
border-color css
<style>
span { border-color: #81CE6F; }
span { border-color: rgb(129,206,111); }
td.TdClassName
{
border-color: #81CE6F;
}
.TagClassName
{
border-color: #81CE6F;
}
</style>