Shades of Yellow Green #81D52A
Tints of Yellow Green #81D52A
RGB
CMYK
RGB Variations
Color information
#81D52A (or 0x81D52A) is known color: Yellow Green. HEX triplet: 81, D5 and 2A. RGB value is (129,213,42). Sum of RGB (Red+Green+Blue) = 129+213+42=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #81D52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D52A is #7E2AD5. Grayscale: #A8A8A8. Windows color (decimal): -8268502 or 2807169. OLE color: 2807169.
HSL color Cylindrical-coordinate representation of color #81D52A: hue angle of 89.47º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81D52A is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 42 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.16 |
| HSL | 89.47º | 0.67% | 0.5% | - |
| HSV(B) | 89.47º | 0.8% | 0.84% | - |
| XYZ | 33.27 | 52.42 | 10.56 | - |
| YUV | 168.39 | 56.67 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 42 | 0.39 | 0 | 0.80 | 0.16 | 89.47 | 0.67 | 0.5 |
| Hex | 81 | D5 | 2A | 27 | 0 | 50 | 10 | 59 | 43 | 32 |
| Octal | 201 | 325 | 52 | 47 | 0 | 120 | 20 | 131 | 103 | 62 |
| Binary | 10000001 | 11010101 | 101010 | 100111 | 0 | 1010000 | 10000 | 1011001 | 1000011 | 110010 |
Color Harmonies of #81D52A
Complementary color
Monochromatic Colors of #81D52A
Black with #81D52A
Text Example
Text Example
White with #81D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D52A; }
p { color: rgb(129,213,42); }
H1.HeaderClassName
{
color: #81D52A;
}
.AnyTagClassName
{
color: #81D52A;
}
</style>
background-color css
<style>
a { background-color: #81D52A; }
a { background-color: rgb(129,213,42); }
div.DivClassName
{
background-color: #81D52A;
}
.BgClassName
{
background-color: #81D52A;
}
</style>
border-color css
<style>
span { border-color: #81D52A; }
span { border-color: rgb(129,213,42); }
td.TdClassName
{
border-color: #81D52A;
}
.TagClassName
{
border-color: #81D52A;
}
</style>