Shades of Pastel Green #81EA69
Tints of Pastel Green #81EA69
RGB
CMYK
RGB Variations
Color information
#81EA69 (or 0x81EA69) is known color: Pastel Green. HEX triplet: 81, EA and 69. RGB value is (129,234,105). Sum of RGB (Red+Green+Blue) = 129+234+105=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EA69 is #7E1596. Grayscale: #BCBCBC. Windows color (decimal): -8263063 or 6941313. OLE color: 6941313.
HSL color Cylindrical-coordinate representation of color #81EA69: hue angle of 108.84º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81EA69 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 105 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.08 |
| HSL | 108.84º | 0.75% | 0.66% | - |
| HSV(B) | 108.84º | 0.55% | 0.92% | - |
| XYZ | 41.03 | 64.53 | 23.66 | - |
| YUV | 187.9 | 81.21 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 105 | 0.45 | 0 | 0.55 | 0.08 | 108.84 | 0.75 | 0.66 |
| Hex | 81 | EA | 69 | 2D | 0 | 37 | 8 | 6D | 4B | 42 |
| Octal | 201 | 352 | 151 | 55 | 0 | 67 | 10 | 155 | 113 | 102 |
| Binary | 10000001 | 11101010 | 1101001 | 101101 | 0 | 110111 | 1000 | 1101101 | 1001011 | 1000010 |
Color Harmonies of #81EA69
Complementary color
Monochromatic Colors of #81EA69
Black with #81EA69
Text Example
Text Example
White with #81EA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA69; }
p { color: rgb(129,234,105); }
H1.HeaderClassName
{
color: #81EA69;
}
.AnyTagClassName
{
color: #81EA69;
}
</style>
background-color css
<style>
a { background-color: #81EA69; }
a { background-color: rgb(129,234,105); }
div.DivClassName
{
background-color: #81EA69;
}
.BgClassName
{
background-color: #81EA69;
}
</style>
border-color css
<style>
span { border-color: #81EA69; }
span { border-color: rgb(129,234,105); }
td.TdClassName
{
border-color: #81EA69;
}
.TagClassName
{
border-color: #81EA69;
}
</style>