Shades of Pastel Green #81F376
Tints of Pastel Green #81F376
RGB
CMYK
RGB Variations
Color information
#81F376 (or 0x81F376) is known color: Pastel Green. HEX triplet: 81, F3 and 76. RGB value is (129,243,118). Sum of RGB (Red+Green+Blue) = 129+243+118=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #81F376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F376 is #7E0C89. Grayscale: #C3C3C3. Windows color (decimal): -8260746 or 7795585. OLE color: 7795585.
HSL color Cylindrical-coordinate representation of color #81F376: hue angle of 114.72º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81F376 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 243 | 118 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.05 |
| HSL | 114.72º | 0.84% | 0.71% | - |
| HSV(B) | 114.72º | 0.51% | 0.95% | - |
| XYZ | 44.37 | 70.08 | 28.33 | - |
| YUV | 194.66 | 84.73 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 243 | 118 | 0.47 | 0 | 0.51 | 0.05 | 114.72 | 0.84 | 0.71 |
| Hex | 81 | F3 | 76 | 2F | 0 | 33 | 5 | 73 | 54 | 47 |
| Octal | 201 | 363 | 166 | 57 | 0 | 63 | 5 | 163 | 124 | 107 |
| Binary | 10000001 | 11110011 | 1110110 | 101111 | 0 | 110011 | 101 | 1110011 | 1010100 | 1000111 |
Color Harmonies of #81F376
Complementary color
Monochromatic Colors of #81F376
Black with #81F376
Text Example
Text Example
White with #81F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F376; }
p { color: rgb(129,243,118); }
H1.HeaderClassName
{
color: #81F376;
}
.AnyTagClassName
{
color: #81F376;
}
</style>
background-color css
<style>
a { background-color: #81F376; }
a { background-color: rgb(129,243,118); }
div.DivClassName
{
background-color: #81F376;
}
.BgClassName
{
background-color: #81F376;
}
</style>
border-color css
<style>
span { border-color: #81F376; }
span { border-color: rgb(129,243,118); }
td.TdClassName
{
border-color: #81F376;
}
.TagClassName
{
border-color: #81F376;
}
</style>