Shades of Light Green #81ED82
Tints of Light Green #81ED82
RGB
CMYK
RGB Variations
Color information
#81ED82 (or 0x81ED82) is known color: Light Green. HEX triplet: 81, ED and 82. RGB value is (129,237,130). Sum of RGB (Red+Green+Blue) = 129+237+130=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81ED82 is #7E127D. Grayscale: #C0C0C0. Windows color (decimal): -8262270 or 8580481. OLE color: 8580481.
HSL color Cylindrical-coordinate representation of color #81ED82: hue angle of 120.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81ED82 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 130 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.07 |
| HSL | 120.56º | 0.75% | 0.72% | - |
| HSV(B) | 120.56º | 0.46% | 0.93% | - |
| XYZ | 43.37 | 66.85 | 31.74 | - |
| YUV | 192.51 | 92.72 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 130 | 0.46 | 0 | 0.45 | 0.07 | 120.56 | 0.75 | 0.72 |
| Hex | 81 | ED | 82 | 2E | 0 | 2D | 7 | 79 | 4B | 48 |
| Octal | 201 | 355 | 202 | 56 | 0 | 55 | 7 | 171 | 113 | 110 |
| Binary | 10000001 | 11101101 | 10000010 | 101110 | 0 | 101101 | 111 | 1111001 | 1001011 | 1001000 |
Color Harmonies of #81ED82
Complementary color
Monochromatic Colors of #81ED82
Black with #81ED82
Text Example
Text Example
White with #81ED82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ED82; }
p { color: rgb(129,237,130); }
H1.HeaderClassName
{
color: #81ED82;
}
.AnyTagClassName
{
color: #81ED82;
}
</style>
background-color css
<style>
a { background-color: #81ED82; }
a { background-color: rgb(129,237,130); }
div.DivClassName
{
background-color: #81ED82;
}
.BgClassName
{
background-color: #81ED82;
}
</style>
border-color css
<style>
span { border-color: #81ED82; }
span { border-color: rgb(129,237,130); }
td.TdClassName
{
border-color: #81ED82;
}
.TagClassName
{
border-color: #81ED82;
}
</style>