Shades of Pastel Green #81E969
Tints of Pastel Green #81E969
RGB
CMYK
RGB Variations
Color information
#81E969 (or 0x81E969) is known color: Pastel Green. HEX triplet: 81, E9 and 69. RGB value is (129,233,105). Sum of RGB (Red+Green+Blue) = 129+233+105=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #81E969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E969 is #7E1696. Grayscale: #BBBBBB. Windows color (decimal): -8263319 or 6941057. OLE color: 6941057.
HSL color Cylindrical-coordinate representation of color #81E969: hue angle of 108.75º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81E969 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 233 | 105 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.09 |
| HSL | 108.75º | 0.74% | 0.66% | - |
| HSV(B) | 108.75º | 0.55% | 0.91% | - |
| XYZ | 40.74 | 63.96 | 23.56 | - |
| YUV | 187.31 | 81.54 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 233 | 105 | 0.45 | 0 | 0.55 | 0.09 | 108.75 | 0.74 | 0.66 |
| Hex | 81 | E9 | 69 | 2D | 0 | 37 | 9 | 6D | 4A | 42 |
| Octal | 201 | 351 | 151 | 55 | 0 | 67 | 11 | 155 | 112 | 102 |
| Binary | 10000001 | 11101001 | 1101001 | 101101 | 0 | 110111 | 1001 | 1101101 | 1001010 | 1000010 |
Color Harmonies of #81E969
Complementary color
Monochromatic Colors of #81E969
Black with #81E969
Text Example
Text Example
White with #81E969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E969; }
p { color: rgb(129,233,105); }
H1.HeaderClassName
{
color: #81E969;
}
.AnyTagClassName
{
color: #81E969;
}
</style>
background-color css
<style>
a { background-color: #81E969; }
a { background-color: rgb(129,233,105); }
div.DivClassName
{
background-color: #81E969;
}
.BgClassName
{
background-color: #81E969;
}
</style>
border-color css
<style>
span { border-color: #81E969; }
span { border-color: rgb(129,233,105); }
td.TdClassName
{
border-color: #81E969;
}
.TagClassName
{
border-color: #81E969;
}
</style>