Shades of Yellow Green #81D613
Tints of Yellow Green #81D613
RGB
CMYK
RGB Variations
Color information
#81D613 (or 0x81D613) is known color: Yellow Green. HEX triplet: 81, D6 and 13. RGB value is (129,214,19). Sum of RGB (Red+Green+Blue) = 129+214+19=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #81D613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D613 is #7E29EC. Grayscale: #A7A7A7. Windows color (decimal): -8268269 or 1300097. OLE color: 1300097.
HSL color Cylindrical-coordinate representation of color #81D613: hue angle of 86.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81D613 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 19 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.16 |
| HSL | 86.15º | 0.84% | 0.46% | - |
| HSV(B) | 86.15º | 0.91% | 0.84% | - |
| XYZ | 33.22 | 52.81 | 9.06 | - |
| YUV | 166.36 | 44.84 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 19 | 0.40 | 0 | 0.91 | 0.16 | 86.15 | 0.84 | 0.46 |
| Hex | 81 | D6 | 13 | 28 | 0 | 5B | 10 | 56 | 54 | 2E |
| Octal | 201 | 326 | 23 | 50 | 0 | 133 | 20 | 126 | 124 | 56 |
| Binary | 10000001 | 11010110 | 10011 | 101000 | 0 | 1011011 | 10000 | 1010110 | 1010100 | 101110 |
Color Harmonies of #81D613
Complementary color
Monochromatic Colors of #81D613
Black with #81D613
Text Example
Text Example
White with #81D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D613; }
p { color: rgb(129,214,19); }
H1.HeaderClassName
{
color: #81D613;
}
.AnyTagClassName
{
color: #81D613;
}
</style>
background-color css
<style>
a { background-color: #81D613; }
a { background-color: rgb(129,214,19); }
div.DivClassName
{
background-color: #81D613;
}
.BgClassName
{
background-color: #81D613;
}
</style>
border-color css
<style>
span { border-color: #81D613; }
span { border-color: rgb(129,214,19); }
td.TdClassName
{
border-color: #81D613;
}
.TagClassName
{
border-color: #81D613;
}
</style>