Shades of Yellow Green #81D024
Tints of Yellow Green #81D024
RGB
CMYK
RGB Variations
Color information
#81D024 (or 0x81D024) is known color: Yellow Green. HEX triplet: 81, D0 and 24. RGB value is (129,208,36). Sum of RGB (Red+Green+Blue) = 129+208+36=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #81D024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D024 is #7E2FDB. Grayscale: #A5A5A5. Windows color (decimal): -8269788 or 2412673. OLE color: 2412673.
HSL color Cylindrical-coordinate representation of color #81D024: hue angle of 87.56º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81D024 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 36 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.18 |
| HSL | 87.56º | 0.7% | 0.48% | - |
| HSV(B) | 87.56º | 0.83% | 0.82% | - |
| XYZ | 31.93 | 49.91 | 9.62 | - |
| YUV | 164.77 | 55.33 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 36 | 0.38 | 0 | 0.83 | 0.18 | 87.56 | 0.7 | 0.48 |
| Hex | 81 | D0 | 24 | 26 | 0 | 53 | 12 | 58 | 46 | 30 |
| Octal | 201 | 320 | 44 | 46 | 0 | 123 | 22 | 130 | 106 | 60 |
| Binary | 10000001 | 11010000 | 100100 | 100110 | 0 | 1010011 | 10010 | 1011000 | 1000110 | 110000 |
Color Harmonies of #81D024
Complementary color
Monochromatic Colors of #81D024
Black with #81D024
Text Example
Text Example
White with #81D024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D024; }
p { color: rgb(129,208,36); }
H1.HeaderClassName
{
color: #81D024;
}
.AnyTagClassName
{
color: #81D024;
}
</style>
background-color css
<style>
a { background-color: #81D024; }
a { background-color: rgb(129,208,36); }
div.DivClassName
{
background-color: #81D024;
}
.BgClassName
{
background-color: #81D024;
}
</style>
border-color css
<style>
span { border-color: #81D024; }
span { border-color: rgb(129,208,36); }
td.TdClassName
{
border-color: #81D024;
}
.TagClassName
{
border-color: #81D024;
}
</style>