Shades of Pastel Green #81F974
Tints of Pastel Green #81F974
RGB
CMYK
RGB Variations
Color information
#81F974 (or 0x81F974) is known color: Pastel Green. HEX triplet: 81, F9 and 74. RGB value is (129,249,116). Sum of RGB (Red+Green+Blue) = 129+249+116=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #81F974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F974 is #7E068B. Grayscale: #C6C6C6. Windows color (decimal): -8259212 or 7666049. OLE color: 7666049.
HSL color Cylindrical-coordinate representation of color #81F974: hue angle of 114.14º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81F974 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 249 | 116 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.02 |
| HSL | 114.14º | 0.92% | 0.72% | - |
| HSV(B) | 114.14º | 0.53% | 0.98% | - |
| XYZ | 46.08 | 73.68 | 28.32 | - |
| YUV | 197.96 | 81.74 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 116 | 0.48 | 0 | 0.53 | 0.02 | 114.14 | 0.92 | 0.72 |
| Hex | 81 | F9 | 74 | 30 | 0 | 35 | 2 | 72 | 5C | 48 |
| Octal | 201 | 371 | 164 | 60 | 0 | 65 | 2 | 162 | 134 | 110 |
| Binary | 10000001 | 11111001 | 1110100 | 110000 | 0 | 110101 | 10 | 1110010 | 1011100 | 1001000 |
Color Harmonies of #81F974
Complementary color
Monochromatic Colors of #81F974
Black with #81F974
Text Example
Text Example
White with #81F974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F974; }
p { color: rgb(129,249,116); }
H1.HeaderClassName
{
color: #81F974;
}
.AnyTagClassName
{
color: #81F974;
}
</style>
background-color css
<style>
a { background-color: #81F974; }
a { background-color: rgb(129,249,116); }
div.DivClassName
{
background-color: #81F974;
}
.BgClassName
{
background-color: #81F974;
}
</style>
border-color css
<style>
span { border-color: #81F974; }
span { border-color: rgb(129,249,116); }
td.TdClassName
{
border-color: #81F974;
}
.TagClassName
{
border-color: #81F974;
}
</style>