Shades of Pastel Green #81E65E
Tints of Pastel Green #81E65E
RGB
CMYK
RGB Variations
Color information
#81E65E (or 0x81E65E) is known color: Pastel Green. HEX triplet: 81, E6 and 5E. RGB value is (129,230,94). Sum of RGB (Red+Green+Blue) = 129+230+94=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #81E65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E65E is #7E19A1. Grayscale: #B8B8B8. Windows color (decimal): -8264098 or 6219393. OLE color: 6219393.
HSL color Cylindrical-coordinate representation of color #81E65E: hue angle of 104.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81E65E is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 94 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.10 |
| HSL | 104.56º | 0.73% | 0.64% | - |
| HSV(B) | 104.56º | 0.59% | 0.9% | - |
| XYZ | 39.37 | 62.07 | 20.5 | - |
| YUV | 184.3 | 77.04 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 94 | 0.44 | 0 | 0.59 | 0.10 | 104.56 | 0.73 | 0.64 |
| Hex | 81 | E6 | 5E | 2C | 0 | 3B | A | 69 | 49 | 40 |
| Octal | 201 | 346 | 136 | 54 | 0 | 73 | 12 | 151 | 111 | 100 |
| Binary | 10000001 | 11100110 | 1011110 | 101100 | 0 | 111011 | 1010 | 1101001 | 1001001 | 1000000 |
Color Harmonies of #81E65E
Complementary color
Monochromatic Colors of #81E65E
Black with #81E65E
Text Example
Text Example
White with #81E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E65E; }
p { color: rgb(129,230,94); }
H1.HeaderClassName
{
color: #81E65E;
}
.AnyTagClassName
{
color: #81E65E;
}
</style>
background-color css
<style>
a { background-color: #81E65E; }
a { background-color: rgb(129,230,94); }
div.DivClassName
{
background-color: #81E65E;
}
.BgClassName
{
background-color: #81E65E;
}
</style>
border-color css
<style>
span { border-color: #81E65E; }
span { border-color: rgb(129,230,94); }
td.TdClassName
{
border-color: #81E65E;
}
.TagClassName
{
border-color: #81E65E;
}
</style>