Shades of Pale Green #81F6A6
Tints of Pale Green #81F6A6
RGB
CMYK
RGB Variations
Color information
#81F6A6 (or 0x81F6A6) is known color: Pale Green. HEX triplet: 81, F6 and A6. RGB value is (129,246,166). Sum of RGB (Red+Green+Blue) = 129+246+166=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #81F6A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F6A6 is #7E0959. Grayscale: #CACACA. Windows color (decimal): -8259930 or 10942081. OLE color: 10942081.
HSL color Cylindrical-coordinate representation of color #81F6A6: hue angle of 138.97º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F6A6 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 246 | 166 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.04 |
| HSL | 138.97º | 0.87% | 0.74% | - |
| HSV(B) | 138.97º | 0.48% | 0.96% | - |
| XYZ | 48.89 | 73.33 | 47.65 | - |
| YUV | 201.9 | 107.74 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 246 | 166 | 0.48 | 0 | 0.33 | 0.04 | 138.97 | 0.87 | 0.74 |
| Hex | 81 | F6 | A6 | 30 | 0 | 21 | 4 | 8B | 57 | 4A |
| Octal | 201 | 366 | 246 | 60 | 0 | 41 | 4 | 213 | 127 | 112 |
| Binary | 10000001 | 11110110 | 10100110 | 110000 | 0 | 100001 | 100 | 10001011 | 1010111 | 1001010 |
Color Harmonies of #81F6A6
Complementary color
Monochromatic Colors of #81F6A6
Black with #81F6A6
Text Example
Text Example
White with #81F6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F6A6; }
p { color: rgb(129,246,166); }
H1.HeaderClassName
{
color: #81F6A6;
}
.AnyTagClassName
{
color: #81F6A6;
}
</style>
background-color css
<style>
a { background-color: #81F6A6; }
a { background-color: rgb(129,246,166); }
div.DivClassName
{
background-color: #81F6A6;
}
.BgClassName
{
background-color: #81F6A6;
}
</style>
border-color css
<style>
span { border-color: #81F6A6; }
span { border-color: rgb(129,246,166); }
td.TdClassName
{
border-color: #81F6A6;
}
.TagClassName
{
border-color: #81F6A6;
}
</style>