Shades of Pastel Green #81F773
Tints of Pastel Green #81F773
RGB
CMYK
RGB Variations
Color information
#81F773 (or 0x81F773) is known color: Pastel Green. HEX triplet: 81, F7 and 73. RGB value is (129,247,115). Sum of RGB (Red+Green+Blue) = 129+247+115=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #81F773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F773 is #7E088C. Grayscale: #C5C5C5. Windows color (decimal): -8259725 or 7600001. OLE color: 7600001.
HSL color Cylindrical-coordinate representation of color #81F773: hue angle of 113.64º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81F773 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 247 | 115 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.03 |
| HSL | 113.64º | 0.89% | 0.71% | - |
| HSV(B) | 113.64º | 0.53% | 0.97% | - |
| XYZ | 45.41 | 72.43 | 27.81 | - |
| YUV | 196.67 | 81.91 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 247 | 115 | 0.48 | 0 | 0.53 | 0.03 | 113.64 | 0.89 | 0.71 |
| Hex | 81 | F7 | 73 | 30 | 0 | 35 | 3 | 72 | 59 | 47 |
| Octal | 201 | 367 | 163 | 60 | 0 | 65 | 3 | 162 | 131 | 107 |
| Binary | 10000001 | 11110111 | 1110011 | 110000 | 0 | 110101 | 11 | 1110010 | 1011001 | 1000111 |
Color Harmonies of #81F773
Complementary color
Monochromatic Colors of #81F773
Black with #81F773
Text Example
Text Example
White with #81F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F773; }
p { color: rgb(129,247,115); }
H1.HeaderClassName
{
color: #81F773;
}
.AnyTagClassName
{
color: #81F773;
}
</style>
background-color css
<style>
a { background-color: #81F773; }
a { background-color: rgb(129,247,115); }
div.DivClassName
{
background-color: #81F773;
}
.BgClassName
{
background-color: #81F773;
}
</style>
border-color css
<style>
span { border-color: #81F773; }
span { border-color: rgb(129,247,115); }
td.TdClassName
{
border-color: #81F773;
}
.TagClassName
{
border-color: #81F773;
}
</style>