Shades of Yellow Green #81D021
Tints of Yellow Green #81D021
RGB
CMYK
RGB Variations
Color information
#81D021 (or 0x81D021) is known color: Yellow Green. HEX triplet: 81, D0 and 21. RGB value is (129,208,33). Sum of RGB (Red+Green+Blue) = 129+208+33=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #81D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D021 is #7E2FDE. Grayscale: #A5A5A5. Windows color (decimal): -8269791 or 2216065. OLE color: 2216065.
HSL color Cylindrical-coordinate representation of color #81D021: hue angle of 87.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81D021 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 33 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.18 |
| HSL | 87.09º | 0.73% | 0.47% | - |
| HSV(B) | 87.09º | 0.84% | 0.82% | - |
| XYZ | 31.88 | 49.89 | 9.39 | - |
| YUV | 164.43 | 53.83 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 33 | 0.38 | 0 | 0.84 | 0.18 | 87.09 | 0.73 | 0.47 |
| Hex | 81 | D0 | 21 | 26 | 0 | 54 | 12 | 57 | 49 | 2F |
| Octal | 201 | 320 | 41 | 46 | 0 | 124 | 22 | 127 | 111 | 57 |
| Binary | 10000001 | 11010000 | 100001 | 100110 | 0 | 1010100 | 10010 | 1010111 | 1001001 | 101111 |
Color Harmonies of #81D021
Complementary color
Monochromatic Colors of #81D021
Black with #81D021
Text Example
Text Example
White with #81D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D021; }
p { color: rgb(129,208,33); }
H1.HeaderClassName
{
color: #81D021;
}
.AnyTagClassName
{
color: #81D021;
}
</style>
background-color css
<style>
a { background-color: #81D021; }
a { background-color: rgb(129,208,33); }
div.DivClassName
{
background-color: #81D021;
}
.BgClassName
{
background-color: #81D021;
}
</style>
border-color css
<style>
span { border-color: #81D021; }
span { border-color: rgb(129,208,33); }
td.TdClassName
{
border-color: #81D021;
}
.TagClassName
{
border-color: #81D021;
}
</style>