Shades of Pastel Green #81DA74
Tints of Pastel Green #81DA74
RGB
CMYK
RGB Variations
Color information
#81DA74 (or 0x81DA74) is known color: Pastel Green. HEX triplet: 81, DA and 74. RGB value is (129,218,116). Sum of RGB (Red+Green+Blue) = 129+218+116=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA74 is #7E258B. Grayscale: #B4B4B4. Windows color (decimal): -8267148 or 7658113. OLE color: 7658113.
HSL color Cylindrical-coordinate representation of color #81DA74: hue angle of 112.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81DA74 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 116 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.15 |
| HSL | 112.35º | 0.58% | 0.65% | - |
| HSV(B) | 112.35º | 0.47% | 0.85% | - |
| XYZ | 37.28 | 56.07 | 25.38 | - |
| YUV | 179.76 | 92.01 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 116 | 0.41 | 0 | 0.47 | 0.15 | 112.35 | 0.58 | 0.65 |
| Hex | 81 | DA | 74 | 29 | 0 | 2F | F | 70 | 3A | 41 |
| Octal | 201 | 332 | 164 | 51 | 0 | 57 | 17 | 160 | 72 | 101 |
| Binary | 10000001 | 11011010 | 1110100 | 101001 | 0 | 101111 | 1111 | 1110000 | 111010 | 1000001 |
Color Harmonies of #81DA74
Complementary color
Monochromatic Colors of #81DA74
Black with #81DA74
Text Example
Text Example
White with #81DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA74; }
p { color: rgb(129,218,116); }
H1.HeaderClassName
{
color: #81DA74;
}
.AnyTagClassName
{
color: #81DA74;
}
</style>
background-color css
<style>
a { background-color: #81DA74; }
a { background-color: rgb(129,218,116); }
div.DivClassName
{
background-color: #81DA74;
}
.BgClassName
{
background-color: #81DA74;
}
</style>
border-color css
<style>
span { border-color: #81DA74; }
span { border-color: rgb(129,218,116); }
td.TdClassName
{
border-color: #81DA74;
}
.TagClassName
{
border-color: #81DA74;
}
</style>