Shades of Yellow Green #8DD034
Tints of Yellow Green #8DD034
RGB
CMYK
RGB Variations
Color information
#8DD034 (or 0x8DD034) is known color: Yellow Green. HEX triplet: 8D, D0 and 34. RGB value is (141,208,52). Sum of RGB (Red+Green+Blue) = 141+208+52=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD034 is #722FCB. Grayscale: #AAAAAA. Windows color (decimal): -7483340 or 3461261. OLE color: 3461261.
HSL color Cylindrical-coordinate representation of color #8DD034: hue angle of 85.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DD034 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 52 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.18 |
| HSL | 85.77º | 0.62% | 0.51% | - |
| HSV(B) | 85.77º | 0.75% | 0.82% | - |
| XYZ | 34.16 | 51.02 | 11.3 | - |
| YUV | 170.18 | 61.3 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 52 | 0.32 | 0 | 0.75 | 0.18 | 85.77 | 0.62 | 0.51 |
| Hex | 8D | D0 | 34 | 20 | 0 | 4B | 12 | 56 | 3E | 33 |
| Octal | 215 | 320 | 64 | 40 | 0 | 113 | 22 | 126 | 76 | 63 |
| Binary | 10001101 | 11010000 | 110100 | 100000 | 0 | 1001011 | 10010 | 1010110 | 111110 | 110011 |
Color Harmonies of #8DD034
Complementary color
Monochromatic Colors of #8DD034
Black with #8DD034
Text Example
Text Example
White with #8DD034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD034; }
p { color: rgb(141,208,52); }
H1.HeaderClassName
{
color: #8DD034;
}
.AnyTagClassName
{
color: #8DD034;
}
</style>
background-color css
<style>
a { background-color: #8DD034; }
a { background-color: rgb(141,208,52); }
div.DivClassName
{
background-color: #8DD034;
}
.BgClassName
{
background-color: #8DD034;
}
</style>
border-color css
<style>
span { border-color: #8DD034; }
span { border-color: rgb(141,208,52); }
td.TdClassName
{
border-color: #8DD034;
}
.TagClassName
{
border-color: #8DD034;
}
</style>