Shades of Yellow Green #81D312
Tints of Yellow Green #81D312
RGB
CMYK
RGB Variations
Color information
#81D312 (or 0x81D312) is known color: Yellow Green. HEX triplet: 81, D3 and 12. RGB value is (129,211,18). Sum of RGB (Red+Green+Blue) = 129+211+18=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 211 (82.81% from 255 or 58.94% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 211 - color contains mainly: green. Hex color #81D312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D312 is #7E2CED. Grayscale: #A5A5A5. Windows color (decimal): -8269038 or 1233793. OLE color: 1233793.
HSL color Cylindrical-coordinate representation of color #81D312: hue angle of 85.49º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81D312 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 18 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.17 |
| HSL | 85.49º | 0.84% | 0.45% | - |
| HSV(B) | 85.49º | 0.91% | 0.83% | - |
| XYZ | 32.46 | 51.3 | 8.76 | - |
| YUV | 164.48 | 45.33 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 18 | 0.39 | 0 | 0.91 | 0.17 | 85.49 | 0.84 | 0.45 |
| Hex | 81 | D3 | 12 | 27 | 0 | 5B | 11 | 55 | 54 | 2D |
| Octal | 201 | 323 | 22 | 47 | 0 | 133 | 21 | 125 | 124 | 55 |
| Binary | 10000001 | 11010011 | 10010 | 100111 | 0 | 1011011 | 10001 | 1010101 | 1010100 | 101101 |
Color Harmonies of #81D312
Complementary color
Monochromatic Colors of #81D312
Black with #81D312
Text Example
Text Example
White with #81D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D312; }
p { color: rgb(129,211,18); }
H1.HeaderClassName
{
color: #81D312;
}
.AnyTagClassName
{
color: #81D312;
}
</style>
background-color css
<style>
a { background-color: #81D312; }
a { background-color: rgb(129,211,18); }
div.DivClassName
{
background-color: #81D312;
}
.BgClassName
{
background-color: #81D312;
}
</style>
border-color css
<style>
span { border-color: #81D312; }
span { border-color: rgb(129,211,18); }
td.TdClassName
{
border-color: #81D312;
}
.TagClassName
{
border-color: #81D312;
}
</style>