Shades of Yellow Green #81D030
Tints of Yellow Green #81D030
RGB
CMYK
RGB Variations
Color information
#81D030 (or 0x81D030) is known color: Yellow Green. HEX triplet: 81, D0 and 30. RGB value is (129,208,48). Sum of RGB (Red+Green+Blue) = 129+208+48=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #81D030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D030 is #7E2FCF. Grayscale: #A6A6A6. Windows color (decimal): -8269776 or 3199105. OLE color: 3199105.
HSL color Cylindrical-coordinate representation of color #81D030: hue angle of 89.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81D030 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 48 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.18 |
| HSL | 89.63º | 0.63% | 0.5% | - |
| HSV(B) | 89.63º | 0.77% | 0.82% | - |
| XYZ | 32.14 | 49.99 | 10.75 | - |
| YUV | 166.14 | 61.33 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 48 | 0.38 | 0 | 0.77 | 0.18 | 89.63 | 0.63 | 0.5 |
| Hex | 81 | D0 | 30 | 26 | 0 | 4D | 12 | 5A | 3F | 32 |
| Octal | 201 | 320 | 60 | 46 | 0 | 115 | 22 | 132 | 77 | 62 |
| Binary | 10000001 | 11010000 | 110000 | 100110 | 0 | 1001101 | 10010 | 1011010 | 111111 | 110010 |
Color Harmonies of #81D030
Complementary color
Monochromatic Colors of #81D030
Black with #81D030
Text Example
Text Example
White with #81D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D030; }
p { color: rgb(129,208,48); }
H1.HeaderClassName
{
color: #81D030;
}
.AnyTagClassName
{
color: #81D030;
}
</style>
background-color css
<style>
a { background-color: #81D030; }
a { background-color: rgb(129,208,48); }
div.DivClassName
{
background-color: #81D030;
}
.BgClassName
{
background-color: #81D030;
}
</style>
border-color css
<style>
span { border-color: #81D030; }
span { border-color: rgb(129,208,48); }
td.TdClassName
{
border-color: #81D030;
}
.TagClassName
{
border-color: #81D030;
}
</style>