Shades of Light Green #81E68C
Tints of Light Green #81E68C
RGB
CMYK
RGB Variations
Color information
#81E68C (or 0x81E68C) is known color: Light Green. HEX triplet: 81, E6 and 8C. RGB value is (129,230,140). Sum of RGB (Red+Green+Blue) = 129+230+140=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #81E68C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E68C is #7E1973. Grayscale: #BDBDBD. Windows color (decimal): -8264052 or 9234049. OLE color: 9234049.
HSL color Cylindrical-coordinate representation of color #81E68C: hue angle of 126.53º 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 #81E68C is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 140 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.10 |
| HSL | 126.53º | 0.67% | 0.7% | - |
| HSV(B) | 126.53º | 0.44% | 0.9% | - |
| XYZ | 42.08 | 63.15 | 34.78 | - |
| YUV | 189.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 140 | 0.44 | 0 | 0.39 | 0.10 | 126.53 | 0.67 | 0.7 |
| Hex | 81 | E6 | 8C | 2C | 0 | 27 | A | 7F | 43 | 46 |
| Octal | 201 | 346 | 214 | 54 | 0 | 47 | 12 | 177 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10001100 | 101100 | 0 | 100111 | 1010 | 1111111 | 1000011 | 1000110 |
Color Harmonies of #81E68C
Complementary color
Monochromatic Colors of #81E68C
Black with #81E68C
Text Example
Text Example
White with #81E68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E68C; }
p { color: rgb(129,230,140); }
H1.HeaderClassName
{
color: #81E68C;
}
.AnyTagClassName
{
color: #81E68C;
}
</style>
background-color css
<style>
a { background-color: #81E68C; }
a { background-color: rgb(129,230,140); }
div.DivClassName
{
background-color: #81E68C;
}
.BgClassName
{
background-color: #81E68C;
}
</style>
border-color css
<style>
span { border-color: #81E68C; }
span { border-color: rgb(129,230,140); }
td.TdClassName
{
border-color: #81E68C;
}
.TagClassName
{
border-color: #81E68C;
}
</style>