Shades of Light Green #81E69B
Tints of Light Green #81E69B
RGB
CMYK
RGB Variations
Color information
#81E69B (or 0x81E69B) is known color: Light Green. HEX triplet: 81, E6 and 9B. RGB value is (129,230,155). Sum of RGB (Red+Green+Blue) = 129+230+155=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #81E69B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E69B is #7E1964. Grayscale: #BFBFBF. Windows color (decimal): -8264037 or 10217089. OLE color: 10217089.
HSL color Cylindrical-coordinate representation of color #81E69B: hue angle of 135.45º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E69B is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 155 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.10 |
| HSL | 135.45º | 0.67% | 0.7% | - |
| HSV(B) | 135.45º | 0.44% | 0.9% | - |
| XYZ | 43.27 | 63.63 | 41.01 | - |
| YUV | 191.25 | 107.54 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 155 | 0.44 | 0 | 0.33 | 0.10 | 135.45 | 0.67 | 0.7 |
| Hex | 81 | E6 | 9B | 2C | 0 | 21 | A | 87 | 43 | 46 |
| Octal | 201 | 346 | 233 | 54 | 0 | 41 | 12 | 207 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10011011 | 101100 | 0 | 100001 | 1010 | 10000111 | 1000011 | 1000110 |
Color Harmonies of #81E69B
Complementary color
Monochromatic Colors of #81E69B
Black with #81E69B
Text Example
Text Example
White with #81E69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E69B; }
p { color: rgb(129,230,155); }
H1.HeaderClassName
{
color: #81E69B;
}
.AnyTagClassName
{
color: #81E69B;
}
</style>
background-color css
<style>
a { background-color: #81E69B; }
a { background-color: rgb(129,230,155); }
div.DivClassName
{
background-color: #81E69B;
}
.BgClassName
{
background-color: #81E69B;
}
</style>
border-color css
<style>
span { border-color: #81E69B; }
span { border-color: rgb(129,230,155); }
td.TdClassName
{
border-color: #81E69B;
}
.TagClassName
{
border-color: #81E69B;
}
</style>