Shades of Pastel Green #81EA66
Tints of Pastel Green #81EA66
RGB
CMYK
RGB Variations
Color information
#81EA66 (or 0x81EA66) is known color: Pastel Green. HEX triplet: 81, EA and 66. RGB value is (129,234,102). Sum of RGB (Red+Green+Blue) = 129+234+102=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EA66 is #7E1599. Grayscale: #BBBBBB. Windows color (decimal): -8263066 or 6744705. OLE color: 6744705.
HSL color Cylindrical-coordinate representation of color #81EA66: hue angle of 107.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81EA66 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 102 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.08 |
| HSL | 107.73º | 0.76% | 0.66% | - |
| HSV(B) | 107.73º | 0.56% | 0.92% | - |
| XYZ | 40.87 | 64.47 | 22.86 | - |
| YUV | 187.56 | 79.71 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 102 | 0.45 | 0 | 0.56 | 0.08 | 107.73 | 0.76 | 0.66 |
| Hex | 81 | EA | 66 | 2D | 0 | 38 | 8 | 6C | 4C | 42 |
| Octal | 201 | 352 | 146 | 55 | 0 | 70 | 10 | 154 | 114 | 102 |
| Binary | 10000001 | 11101010 | 1100110 | 101101 | 0 | 111000 | 1000 | 1101100 | 1001100 | 1000010 |
Color Harmonies of #81EA66
Complementary color
Monochromatic Colors of #81EA66
Black with #81EA66
Text Example
Text Example
White with #81EA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA66; }
p { color: rgb(129,234,102); }
H1.HeaderClassName
{
color: #81EA66;
}
.AnyTagClassName
{
color: #81EA66;
}
</style>
background-color css
<style>
a { background-color: #81EA66; }
a { background-color: rgb(129,234,102); }
div.DivClassName
{
background-color: #81EA66;
}
.BgClassName
{
background-color: #81EA66;
}
</style>
border-color css
<style>
span { border-color: #81EA66; }
span { border-color: rgb(129,234,102); }
td.TdClassName
{
border-color: #81EA66;
}
.TagClassName
{
border-color: #81EA66;
}
</style>