Shades of Yellow Green #81DA1D
Tints of Yellow Green #81DA1D
RGB
CMYK
RGB Variations
Color information
#81DA1D (or 0x81DA1D) is known color: Yellow Green. HEX triplet: 81, DA and 1D. RGB value is (129,218,29). Sum of RGB (Red+Green+Blue) = 129+218+29=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DA1D is #7E25E2. Grayscale: #AAAAAA. Windows color (decimal): -8267235 or 1956481. OLE color: 1956481.
HSL color Cylindrical-coordinate representation of color #81DA1D: hue angle of 88.25º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81DA1D is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 29 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.15 |
| HSL | 88.25º | 0.77% | 0.48% | - |
| HSV(B) | 88.25º | 0.87% | 0.85% | - |
| XYZ | 34.35 | 54.9 | 9.95 | - |
| YUV | 169.84 | 48.51 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 29 | 0.41 | 0 | 0.87 | 0.15 | 88.25 | 0.77 | 0.48 |
| Hex | 81 | DA | 1D | 29 | 0 | 57 | F | 58 | 4D | 30 |
| Octal | 201 | 332 | 35 | 51 | 0 | 127 | 17 | 130 | 115 | 60 |
| Binary | 10000001 | 11011010 | 11101 | 101001 | 0 | 1010111 | 1111 | 1011000 | 1001101 | 110000 |
Color Harmonies of #81DA1D
Complementary color
Monochromatic Colors of #81DA1D
Black with #81DA1D
Text Example
Text Example
White with #81DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA1D; }
p { color: rgb(129,218,29); }
H1.HeaderClassName
{
color: #81DA1D;
}
.AnyTagClassName
{
color: #81DA1D;
}
</style>
background-color css
<style>
a { background-color: #81DA1D; }
a { background-color: rgb(129,218,29); }
div.DivClassName
{
background-color: #81DA1D;
}
.BgClassName
{
background-color: #81DA1D;
}
</style>
border-color css
<style>
span { border-color: #81DA1D; }
span { border-color: rgb(129,218,29); }
td.TdClassName
{
border-color: #81DA1D;
}
.TagClassName
{
border-color: #81DA1D;
}
</style>