Shades of Pastel Green #81F37C
Tints of Pastel Green #81F37C
RGB
CMYK
RGB Variations
Color information
#81F37C (or 0x81F37C) is known color: Pastel Green. HEX triplet: 81, F3 and 7C. RGB value is (129,243,124). Sum of RGB (Red+Green+Blue) = 129+243+124=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #81F37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F37C is #7E0C83. Grayscale: #C3C3C3. Windows color (decimal): -8260740 or 8188801. OLE color: 8188801.
HSL color Cylindrical-coordinate representation of color #81F37C: hue angle of 117.48º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81F37C is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 243 | 124 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.05 |
| HSL | 117.48º | 0.83% | 0.72% | - |
| HSV(B) | 117.48º | 0.49% | 0.95% | - |
| XYZ | 44.74 | 70.22 | 30.27 | - |
| YUV | 195.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 243 | 124 | 0.47 | 0 | 0.49 | 0.05 | 117.48 | 0.83 | 0.72 |
| Hex | 81 | F3 | 7C | 2F | 0 | 31 | 5 | 75 | 53 | 48 |
| Octal | 201 | 363 | 174 | 57 | 0 | 61 | 5 | 165 | 123 | 110 |
| Binary | 10000001 | 11110011 | 1111100 | 101111 | 0 | 110001 | 101 | 1110101 | 1010011 | 1001000 |
Color Harmonies of #81F37C
Complementary color
Monochromatic Colors of #81F37C
Black with #81F37C
Text Example
Text Example
White with #81F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F37C; }
p { color: rgb(129,243,124); }
H1.HeaderClassName
{
color: #81F37C;
}
.AnyTagClassName
{
color: #81F37C;
}
</style>
background-color css
<style>
a { background-color: #81F37C; }
a { background-color: rgb(129,243,124); }
div.DivClassName
{
background-color: #81F37C;
}
.BgClassName
{
background-color: #81F37C;
}
</style>
border-color css
<style>
span { border-color: #81F37C; }
span { border-color: rgb(129,243,124); }
td.TdClassName
{
border-color: #81F37C;
}
.TagClassName
{
border-color: #81F37C;
}
</style>