Shades of Yellow Green #81D81A
Tints of Yellow Green #81D81A
RGB
CMYK
RGB Variations
Color information
#81D81A (or 0x81D81A) is known color: Yellow Green. HEX triplet: 81, D8 and 1A. RGB value is (129,216,26). Sum of RGB (Red+Green+Blue) = 129+216+26=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #81D81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D81A is #7E27E5. Grayscale: #A9A9A9. Windows color (decimal): -8267750 or 1759361. OLE color: 1759361.
HSL color Cylindrical-coordinate representation of color #81D81A: hue angle of 87.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81D81A is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 26 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.15 |
| HSL | 87.47º | 0.79% | 0.47% | - |
| HSV(B) | 87.47º | 0.88% | 0.85% | - |
| XYZ | 33.8 | 53.85 | 9.59 | - |
| YUV | 168.33 | 47.68 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 26 | 0.40 | 0 | 0.88 | 0.15 | 87.47 | 0.79 | 0.47 |
| Hex | 81 | D8 | 1A | 28 | 0 | 58 | F | 57 | 4F | 2F |
| Octal | 201 | 330 | 32 | 50 | 0 | 130 | 17 | 127 | 117 | 57 |
| Binary | 10000001 | 11011000 | 11010 | 101000 | 0 | 1011000 | 1111 | 1010111 | 1001111 | 101111 |
Color Harmonies of #81D81A
Complementary color
Monochromatic Colors of #81D81A
Black with #81D81A
Text Example
Text Example
White with #81D81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D81A; }
p { color: rgb(129,216,26); }
H1.HeaderClassName
{
color: #81D81A;
}
.AnyTagClassName
{
color: #81D81A;
}
</style>
background-color css
<style>
a { background-color: #81D81A; }
a { background-color: rgb(129,216,26); }
div.DivClassName
{
background-color: #81D81A;
}
.BgClassName
{
background-color: #81D81A;
}
</style>
border-color css
<style>
span { border-color: #81D81A; }
span { border-color: rgb(129,216,26); }
td.TdClassName
{
border-color: #81D81A;
}
.TagClassName
{
border-color: #81D81A;
}
</style>