Shades of Pale Green #81FB9E
Tints of Pale Green #81FB9E
RGB
CMYK
RGB Variations
Color information
#81FB9E (or 0x81FB9E) is known color: Pale Green. HEX triplet: 81, FB and 9E. RGB value is (129,251,158). Sum of RGB (Red+Green+Blue) = 129+251+158=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FB9E is #7E0461. Grayscale: #CCCCCC. Windows color (decimal): -8258658 or 10419073. OLE color: 10419073.
HSL color Cylindrical-coordinate representation of color #81FB9E: hue angle of 134.26º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FB9E is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 158 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.02 |
| HSL | 134.26º | 0.94% | 0.75% | - |
| HSV(B) | 134.26º | 0.49% | 0.98% | - |
| XYZ | 49.72 | 76.13 | 44.42 | - |
| YUV | 203.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 158 | 0.49 | 0 | 0.37 | 0.02 | 134.26 | 0.94 | 0.75 |
| Hex | 81 | FB | 9E | 31 | 0 | 25 | 2 | 86 | 5E | 4B |
| Octal | 201 | 373 | 236 | 61 | 0 | 45 | 2 | 206 | 136 | 113 |
| Binary | 10000001 | 11111011 | 10011110 | 110001 | 0 | 100101 | 10 | 10000110 | 1011110 | 1001011 |
Color Harmonies of #81FB9E
Complementary color
Monochromatic Colors of #81FB9E
Black with #81FB9E
Text Example
Text Example
White with #81FB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB9E; }
p { color: rgb(129,251,158); }
H1.HeaderClassName
{
color: #81FB9E;
}
.AnyTagClassName
{
color: #81FB9E;
}
</style>
background-color css
<style>
a { background-color: #81FB9E; }
a { background-color: rgb(129,251,158); }
div.DivClassName
{
background-color: #81FB9E;
}
.BgClassName
{
background-color: #81FB9E;
}
</style>
border-color css
<style>
span { border-color: #81FB9E; }
span { border-color: rgb(129,251,158); }
td.TdClassName
{
border-color: #81FB9E;
}
.TagClassName
{
border-color: #81FB9E;
}
</style>