Shades of Yellow Green #81D212
Tints of Yellow Green #81D212
RGB
CMYK
RGB Variations
Color information
#81D212 (or 0x81D212) is known color: Yellow Green. HEX triplet: 81, D2 and 12. RGB value is (129,210,18). Sum of RGB (Red+Green+Blue) = 129+210+18=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #81D212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D212 is #7E2DED. Grayscale: #A4A4A4. Windows color (decimal): -8269294 or 1233537. OLE color: 1233537.
HSL color Cylindrical-coordinate representation of color #81D212: hue angle of 85.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81D212 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 18 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.18 |
| HSL | 85.31º | 0.84% | 0.45% | - |
| HSV(B) | 85.31º | 0.91% | 0.82% | - |
| XYZ | 32.21 | 50.8 | 8.68 | - |
| YUV | 163.89 | 45.66 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 18 | 0.39 | 0 | 0.91 | 0.18 | 85.31 | 0.84 | 0.45 |
| Hex | 81 | D2 | 12 | 27 | 0 | 5B | 12 | 55 | 54 | 2D |
| Octal | 201 | 322 | 22 | 47 | 0 | 133 | 22 | 125 | 124 | 55 |
| Binary | 10000001 | 11010010 | 10010 | 100111 | 0 | 1011011 | 10010 | 1010101 | 1010100 | 101101 |
Color Harmonies of #81D212
Complementary color
Monochromatic Colors of #81D212
Black with #81D212
Text Example
Text Example
White with #81D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D212; }
p { color: rgb(129,210,18); }
H1.HeaderClassName
{
color: #81D212;
}
.AnyTagClassName
{
color: #81D212;
}
</style>
background-color css
<style>
a { background-color: #81D212; }
a { background-color: rgb(129,210,18); }
div.DivClassName
{
background-color: #81D212;
}
.BgClassName
{
background-color: #81D212;
}
</style>
border-color css
<style>
span { border-color: #81D212; }
span { border-color: rgb(129,210,18); }
td.TdClassName
{
border-color: #81D212;
}
.TagClassName
{
border-color: #81D212;
}
</style>