Shades of Pastel Green #81F66E
Tints of Pastel Green #81F66E
RGB
CMYK
RGB Variations
Color information
#81F66E (or 0x81F66E) is known color: Pastel Green. HEX triplet: 81, F6 and 6E. RGB value is (129,246,110). Sum of RGB (Red+Green+Blue) = 129+246+110=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #81F66E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F66E is #7E0991. Grayscale: #C3C3C3. Windows color (decimal): -8259986 or 7272065. OLE color: 7272065.
HSL color Cylindrical-coordinate representation of color #81F66E: hue angle of 111.62º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81F66E is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 246 | 110 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.04 |
| HSL | 111.62º | 0.88% | 0.7% | - |
| HSV(B) | 111.62º | 0.55% | 0.96% | - |
| XYZ | 44.82 | 71.7 | 26.23 | - |
| YUV | 195.51 | 79.74 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 246 | 110 | 0.48 | 0 | 0.55 | 0.04 | 111.62 | 0.88 | 0.7 |
| Hex | 81 | F6 | 6E | 30 | 0 | 37 | 4 | 70 | 58 | 46 |
| Octal | 201 | 366 | 156 | 60 | 0 | 67 | 4 | 160 | 130 | 106 |
| Binary | 10000001 | 11110110 | 1101110 | 110000 | 0 | 110111 | 100 | 1110000 | 1011000 | 1000110 |
Color Harmonies of #81F66E
Complementary color
Monochromatic Colors of #81F66E
Black with #81F66E
Text Example
Text Example
White with #81F66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F66E; }
p { color: rgb(129,246,110); }
H1.HeaderClassName
{
color: #81F66E;
}
.AnyTagClassName
{
color: #81F66E;
}
</style>
background-color css
<style>
a { background-color: #81F66E; }
a { background-color: rgb(129,246,110); }
div.DivClassName
{
background-color: #81F66E;
}
.BgClassName
{
background-color: #81F66E;
}
</style>
border-color css
<style>
span { border-color: #81F66E; }
span { border-color: rgb(129,246,110); }
td.TdClassName
{
border-color: #81F66E;
}
.TagClassName
{
border-color: #81F66E;
}
</style>