Shades of Yellow Green #81D61D
Tints of Yellow Green #81D61D
RGB
CMYK
RGB Variations
Color information
#81D61D (or 0x81D61D) is known color: Yellow Green. HEX triplet: 81, D6 and 1D. RGB value is (129,214,29). Sum of RGB (Red+Green+Blue) = 129+214+29=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #81D61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D61D is #7E29E2. Grayscale: #A8A8A8. Windows color (decimal): -8268259 or 1955457. OLE color: 1955457.
HSL color Cylindrical-coordinate representation of color #81D61D: hue angle of 87.57º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81D61D is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 29 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.16 |
| HSL | 87.57º | 0.76% | 0.48% | - |
| HSV(B) | 87.57º | 0.86% | 0.84% | - |
| XYZ | 33.32 | 52.85 | 9.61 | - |
| YUV | 167.5 | 49.84 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 29 | 0.40 | 0 | 0.86 | 0.16 | 87.57 | 0.76 | 0.48 |
| Hex | 81 | D6 | 1D | 28 | 0 | 56 | 10 | 58 | 4C | 30 |
| Octal | 201 | 326 | 35 | 50 | 0 | 126 | 20 | 130 | 114 | 60 |
| Binary | 10000001 | 11010110 | 11101 | 101000 | 0 | 1010110 | 10000 | 1011000 | 1001100 | 110000 |
Color Harmonies of #81D61D
Complementary color
Monochromatic Colors of #81D61D
Black with #81D61D
Text Example
Text Example
White with #81D61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D61D; }
p { color: rgb(129,214,29); }
H1.HeaderClassName
{
color: #81D61D;
}
.AnyTagClassName
{
color: #81D61D;
}
</style>
background-color css
<style>
a { background-color: #81D61D; }
a { background-color: rgb(129,214,29); }
div.DivClassName
{
background-color: #81D61D;
}
.BgClassName
{
background-color: #81D61D;
}
</style>
border-color css
<style>
span { border-color: #81D61D; }
span { border-color: rgb(129,214,29); }
td.TdClassName
{
border-color: #81D61D;
}
.TagClassName
{
border-color: #81D61D;
}
</style>