Shades of Pastel Green #81DC73
Tints of Pastel Green #81DC73
RGB
CMYK
RGB Variations
Color information
#81DC73 (or 0x81DC73) is known color: Pastel Green. HEX triplet: 81, DC and 73. RGB value is (129,220,115). Sum of RGB (Red+Green+Blue) = 129+220+115=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC73 is #7E238C. Grayscale: #B5B5B5. Windows color (decimal): -8266637 or 7593089. OLE color: 7593089.
HSL color Cylindrical-coordinate representation of color #81DC73: hue angle of 112º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81DC73 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 115 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.14 |
| HSL | 112º | 0.6% | 0.66% | - |
| HSV(B) | 112º | 0.48% | 0.86% | - |
| XYZ | 37.74 | 57.09 | 25.25 | - |
| YUV | 180.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 115 | 0.41 | 0 | 0.48 | 0.14 | 112 | 0.6 | 0.66 |
| Hex | 81 | DC | 73 | 29 | 0 | 30 | E | 70 | 3C | 42 |
| Octal | 201 | 334 | 163 | 51 | 0 | 60 | 16 | 160 | 74 | 102 |
| Binary | 10000001 | 11011100 | 1110011 | 101001 | 0 | 110000 | 1110 | 1110000 | 111100 | 1000010 |
Color Harmonies of #81DC73
Complementary color
Monochromatic Colors of #81DC73
Black with #81DC73
Text Example
Text Example
White with #81DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC73; }
p { color: rgb(129,220,115); }
H1.HeaderClassName
{
color: #81DC73;
}
.AnyTagClassName
{
color: #81DC73;
}
</style>
background-color css
<style>
a { background-color: #81DC73; }
a { background-color: rgb(129,220,115); }
div.DivClassName
{
background-color: #81DC73;
}
.BgClassName
{
background-color: #81DC73;
}
</style>
border-color css
<style>
span { border-color: #81DC73; }
span { border-color: rgb(129,220,115); }
td.TdClassName
{
border-color: #81DC73;
}
.TagClassName
{
border-color: #81DC73;
}
</style>