Shades of Yellow Green #81D81E
Tints of Yellow Green #81D81E
RGB
CMYK
RGB Variations
Color information
#81D81E (or 0x81D81E) is known color: Yellow Green. HEX triplet: 81, D8 and 1E. RGB value is (129,216,30). Sum of RGB (Red+Green+Blue) = 129+216+30=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #81D81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D81E is #7E27E1. Grayscale: #A9A9A9. Windows color (decimal): -8267746 or 2021505. OLE color: 2021505.
HSL color Cylindrical-coordinate representation of color #81D81E: hue angle of 88.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81D81E is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 30 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.15 |
| HSL | 88.06º | 0.76% | 0.48% | - |
| HSV(B) | 88.06º | 0.86% | 0.85% | - |
| XYZ | 33.84 | 53.87 | 9.84 | - |
| YUV | 168.78 | 49.68 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 30 | 0.40 | 0 | 0.86 | 0.15 | 88.06 | 0.76 | 0.48 |
| Hex | 81 | D8 | 1E | 28 | 0 | 56 | F | 58 | 4C | 30 |
| Octal | 201 | 330 | 36 | 50 | 0 | 126 | 17 | 130 | 114 | 60 |
| Binary | 10000001 | 11011000 | 11110 | 101000 | 0 | 1010110 | 1111 | 1011000 | 1001100 | 110000 |
Color Harmonies of #81D81E
Complementary color
Monochromatic Colors of #81D81E
Black with #81D81E
Text Example
Text Example
White with #81D81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D81E; }
p { color: rgb(129,216,30); }
H1.HeaderClassName
{
color: #81D81E;
}
.AnyTagClassName
{
color: #81D81E;
}
</style>
background-color css
<style>
a { background-color: #81D81E; }
a { background-color: rgb(129,216,30); }
div.DivClassName
{
background-color: #81D81E;
}
.BgClassName
{
background-color: #81D81E;
}
</style>
border-color css
<style>
span { border-color: #81D81E; }
span { border-color: rgb(129,216,30); }
td.TdClassName
{
border-color: #81D81E;
}
.TagClassName
{
border-color: #81D81E;
}
</style>