Shades of Pastel Green #81F671
Tints of Pastel Green #81F671
RGB
CMYK
RGB Variations
Color information
#81F671 (or 0x81F671) is known color: Pastel Green. HEX triplet: 81, F6 and 71. RGB value is (129,246,113). Sum of RGB (Red+Green+Blue) = 129+246+113=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #81F671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F671 is #7E098E. Grayscale: #C4C4C4. Windows color (decimal): -8259983 or 7468673. OLE color: 7468673.
HSL color Cylindrical-coordinate representation of color #81F671: hue angle of 112.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81F671 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 246 | 113 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.04 |
| HSL | 112.78º | 0.88% | 0.7% | - |
| HSV(B) | 112.78º | 0.54% | 0.96% | - |
| XYZ | 44.99 | 71.77 | 27.1 | - |
| YUV | 195.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 246 | 113 | 0.48 | 0 | 0.54 | 0.04 | 112.78 | 0.88 | 0.7 |
| Hex | 81 | F6 | 71 | 30 | 0 | 36 | 4 | 71 | 58 | 46 |
| Octal | 201 | 366 | 161 | 60 | 0 | 66 | 4 | 161 | 130 | 106 |
| Binary | 10000001 | 11110110 | 1110001 | 110000 | 0 | 110110 | 100 | 1110001 | 1011000 | 1000110 |
Color Harmonies of #81F671
Complementary color
Monochromatic Colors of #81F671
Black with #81F671
Text Example
Text Example
White with #81F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F671; }
p { color: rgb(129,246,113); }
H1.HeaderClassName
{
color: #81F671;
}
.AnyTagClassName
{
color: #81F671;
}
</style>
background-color css
<style>
a { background-color: #81F671; }
a { background-color: rgb(129,246,113); }
div.DivClassName
{
background-color: #81F671;
}
.BgClassName
{
background-color: #81F671;
}
</style>
border-color css
<style>
span { border-color: #81F671; }
span { border-color: rgb(129,246,113); }
td.TdClassName
{
border-color: #81F671;
}
.TagClassName
{
border-color: #81F671;
}
</style>