Shades of Yellow Green #8DCA2C
Tints of Yellow Green #8DCA2C
RGB
CMYK
RGB Variations
Color information
#8DCA2C (or 0x8DCA2C) is known color: Yellow Green. HEX triplet: 8D, CA and 2C. RGB value is (141,202,44). Sum of RGB (Red+Green+Blue) = 141+202+44=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCA2C is #7235D3. Grayscale: #A6A6A6. Windows color (decimal): -7484884 or 2935437. OLE color: 2935437.
HSL color Cylindrical-coordinate representation of color #8DCA2C: hue angle of 83.16º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DCA2C is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 44 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.21 |
| HSL | 83.16º | 0.64% | 0.48% | - |
| HSV(B) | 83.16º | 0.78% | 0.79% | - |
| XYZ | 32.56 | 48.09 | 9.95 | - |
| YUV | 165.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 44 | 0.30 | 0 | 0.78 | 0.21 | 83.16 | 0.64 | 0.48 |
| Hex | 8D | CA | 2C | 1E | 0 | 4E | 15 | 53 | 40 | 30 |
| Octal | 215 | 312 | 54 | 36 | 0 | 116 | 25 | 123 | 100 | 60 |
| Binary | 10001101 | 11001010 | 101100 | 11110 | 0 | 1001110 | 10101 | 1010011 | 1000000 | 110000 |
Color Harmonies of #8DCA2C
Complementary color
Monochromatic Colors of #8DCA2C
Black with #8DCA2C
Text Example
Text Example
White with #8DCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA2C; }
p { color: rgb(141,202,44); }
H1.HeaderClassName
{
color: #8DCA2C;
}
.AnyTagClassName
{
color: #8DCA2C;
}
</style>
background-color css
<style>
a { background-color: #8DCA2C; }
a { background-color: rgb(141,202,44); }
div.DivClassName
{
background-color: #8DCA2C;
}
.BgClassName
{
background-color: #8DCA2C;
}
</style>
border-color css
<style>
span { border-color: #8DCA2C; }
span { border-color: rgb(141,202,44); }
td.TdClassName
{
border-color: #8DCA2C;
}
.TagClassName
{
border-color: #8DCA2C;
}
</style>