Shades of Pastel Green #81F573
Tints of Pastel Green #81F573
RGB
CMYK
RGB Variations
Color information
#81F573 (or 0x81F573) is known color: Pastel Green. HEX triplet: 81, F5 and 73. RGB value is (129,245,115). Sum of RGB (Red+Green+Blue) = 129+245+115=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #81F573 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F573 is #7E0A8C. Grayscale: #C3C3C3. Windows color (decimal): -8260237 or 7599489. OLE color: 7599489.
HSL color Cylindrical-coordinate representation of color #81F573: hue angle of 113.54º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81F573 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 245 | 115 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.04 |
| HSL | 113.54º | 0.87% | 0.71% | - |
| HSV(B) | 113.54º | 0.53% | 0.96% | - |
| XYZ | 44.8 | 71.21 | 27.6 | - |
| YUV | 195.5 | 82.57 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 245 | 115 | 0.47 | 0 | 0.53 | 0.04 | 113.54 | 0.87 | 0.71 |
| Hex | 81 | F5 | 73 | 2F | 0 | 35 | 4 | 72 | 57 | 47 |
| Octal | 201 | 365 | 163 | 57 | 0 | 65 | 4 | 162 | 127 | 107 |
| Binary | 10000001 | 11110101 | 1110011 | 101111 | 0 | 110101 | 100 | 1110010 | 1010111 | 1000111 |
Color Harmonies of #81F573
Complementary color
Monochromatic Colors of #81F573
Black with #81F573
Text Example
Text Example
White with #81F573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F573; }
p { color: rgb(129,245,115); }
H1.HeaderClassName
{
color: #81F573;
}
.AnyTagClassName
{
color: #81F573;
}
</style>
background-color css
<style>
a { background-color: #81F573; }
a { background-color: rgb(129,245,115); }
div.DivClassName
{
background-color: #81F573;
}
.BgClassName
{
background-color: #81F573;
}
</style>
border-color css
<style>
span { border-color: #81F573; }
span { border-color: rgb(129,245,115); }
td.TdClassName
{
border-color: #81F573;
}
.TagClassName
{
border-color: #81F573;
}
</style>