Shades of Yellow Green #8DCE34
Tints of Yellow Green #8DCE34
RGB
CMYK
RGB Variations
Color information
#8DCE34 (or 0x8DCE34) is known color: Yellow Green. HEX triplet: 8D, CE and 34. RGB value is (141,206,52). Sum of RGB (Red+Green+Blue) = 141+206+52=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCE34 is #7231CB. Grayscale: #A9A9A9. Windows color (decimal): -7483852 or 3460749. OLE color: 3460749.
HSL color Cylindrical-coordinate representation of color #8DCE34: hue angle of 85.32º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DCE34 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 52 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.19 |
| HSL | 85.32º | 0.61% | 0.51% | - |
| HSV(B) | 85.32º | 0.75% | 0.81% | - |
| XYZ | 33.68 | 50.05 | 11.14 | - |
| YUV | 169.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 52 | 0.32 | 0 | 0.75 | 0.19 | 85.32 | 0.61 | 0.51 |
| Hex | 8D | CE | 34 | 20 | 0 | 4B | 13 | 55 | 3D | 33 |
| Octal | 215 | 316 | 64 | 40 | 0 | 113 | 23 | 125 | 75 | 63 |
| Binary | 10001101 | 11001110 | 110100 | 100000 | 0 | 1001011 | 10011 | 1010101 | 111101 | 110011 |
Color Harmonies of #8DCE34
Complementary color
Monochromatic Colors of #8DCE34
Black with #8DCE34
Text Example
Text Example
White with #8DCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE34; }
p { color: rgb(141,206,52); }
H1.HeaderClassName
{
color: #8DCE34;
}
.AnyTagClassName
{
color: #8DCE34;
}
</style>
background-color css
<style>
a { background-color: #8DCE34; }
a { background-color: rgb(141,206,52); }
div.DivClassName
{
background-color: #8DCE34;
}
.BgClassName
{
background-color: #8DCE34;
}
</style>
border-color css
<style>
span { border-color: #8DCE34; }
span { border-color: rgb(141,206,52); }
td.TdClassName
{
border-color: #8DCE34;
}
.TagClassName
{
border-color: #8DCE34;
}
</style>