Shades of Yellow Green #81C82B
Tints of Yellow Green #81C82B
RGB
CMYK
RGB Variations
Color information
#81C82B (or 0x81C82B) is known color: Yellow Green. HEX triplet: 81, C8 and 2B. RGB value is (129,200,43). Sum of RGB (Red+Green+Blue) = 129+200+43=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #81C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C82B is #7E37D4. Grayscale: #A1A1A1. Windows color (decimal): -8271829 or 2869377. OLE color: 2869377.
HSL color Cylindrical-coordinate representation of color #81C82B: hue angle of 87.13º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81C82B is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 43 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.22 |
| HSL | 87.13º | 0.65% | 0.48% | - |
| HSV(B) | 87.13º | 0.79% | 0.78% | - |
| XYZ | 30.14 | 46.15 | 9.6 | - |
| YUV | 160.87 | 61.48 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 43 | 0.36 | 0 | 0.78 | 0.22 | 87.13 | 0.65 | 0.48 |
| Hex | 81 | C8 | 2B | 24 | 0 | 4E | 16 | 57 | 41 | 30 |
| Octal | 201 | 310 | 53 | 44 | 0 | 116 | 26 | 127 | 101 | 60 |
| Binary | 10000001 | 11001000 | 101011 | 100100 | 0 | 1001110 | 10110 | 1010111 | 1000001 | 110000 |
Color Harmonies of #81C82B
Complementary color
Monochromatic Colors of #81C82B
Black with #81C82B
Text Example
Text Example
White with #81C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C82B; }
p { color: rgb(129,200,43); }
H1.HeaderClassName
{
color: #81C82B;
}
.AnyTagClassName
{
color: #81C82B;
}
</style>
background-color css
<style>
a { background-color: #81C82B; }
a { background-color: rgb(129,200,43); }
div.DivClassName
{
background-color: #81C82B;
}
.BgClassName
{
background-color: #81C82B;
}
</style>
border-color css
<style>
span { border-color: #81C82B; }
span { border-color: rgb(129,200,43); }
td.TdClassName
{
border-color: #81C82B;
}
.TagClassName
{
border-color: #81C82B;
}
</style>