Shades of Pastel Green #81EF7B
Tints of Pastel Green #81EF7B
RGB
CMYK
RGB Variations
Color information
#81EF7B (or 0x81EF7B) is known color: Pastel Green. HEX triplet: 81, EF and 7B. RGB value is (129,239,123). Sum of RGB (Red+Green+Blue) = 129+239+123=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #81EF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EF7B is #7E1084. Grayscale: #C1C1C1. Windows color (decimal): -8261765 or 8122241. OLE color: 8122241.
HSL color Cylindrical-coordinate representation of color #81EF7B: hue angle of 116.9º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81EF7B is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 123 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.06 |
| HSL | 116.9º | 0.78% | 0.71% | - |
| HSV(B) | 116.9º | 0.49% | 0.94% | - |
| XYZ | 43.49 | 67.83 | 29.54 | - |
| YUV | 192.89 | 88.56 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 123 | 0.46 | 0 | 0.49 | 0.06 | 116.9 | 0.78 | 0.71 |
| Hex | 81 | EF | 7B | 2E | 0 | 31 | 6 | 75 | 4E | 47 |
| Octal | 201 | 357 | 173 | 56 | 0 | 61 | 6 | 165 | 116 | 107 |
| Binary | 10000001 | 11101111 | 1111011 | 101110 | 0 | 110001 | 110 | 1110101 | 1001110 | 1000111 |
Color Harmonies of #81EF7B
Complementary color
Monochromatic Colors of #81EF7B
Black with #81EF7B
Text Example
Text Example
White with #81EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EF7B; }
p { color: rgb(129,239,123); }
H1.HeaderClassName
{
color: #81EF7B;
}
.AnyTagClassName
{
color: #81EF7B;
}
</style>
background-color css
<style>
a { background-color: #81EF7B; }
a { background-color: rgb(129,239,123); }
div.DivClassName
{
background-color: #81EF7B;
}
.BgClassName
{
background-color: #81EF7B;
}
</style>
border-color css
<style>
span { border-color: #81EF7B; }
span { border-color: rgb(129,239,123); }
td.TdClassName
{
border-color: #81EF7B;
}
.TagClassName
{
border-color: #81EF7B;
}
</style>