Shades of Yellow Green #8DD12D
Tints of Yellow Green #8DD12D
RGB
CMYK
RGB Variations
Color information
#8DD12D (or 0x8DD12D) is known color: Yellow Green. HEX triplet: 8D, D1 and 2D. RGB value is (141,209,45). Sum of RGB (Red+Green+Blue) = 141+209+45=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD12D is #722ED2. Grayscale: #AAAAAA. Windows color (decimal): -7483091 or 3002765. OLE color: 3002765.
HSL color Cylindrical-coordinate representation of color #8DD12D: hue angle of 84.88º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DD12D is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 209 | 45 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.18 |
| HSL | 84.88º | 0.65% | 0.5% | - |
| HSV(B) | 84.88º | 0.78% | 0.82% | - |
| XYZ | 34.26 | 51.45 | 10.61 | - |
| YUV | 169.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 45 | 0.33 | 0 | 0.78 | 0.18 | 84.88 | 0.65 | 0.5 |
| Hex | 8D | D1 | 2D | 21 | 0 | 4E | 12 | 55 | 41 | 32 |
| Octal | 215 | 321 | 55 | 41 | 0 | 116 | 22 | 125 | 101 | 62 |
| Binary | 10001101 | 11010001 | 101101 | 100001 | 0 | 1001110 | 10010 | 1010101 | 1000001 | 110010 |
Color Harmonies of #8DD12D
Complementary color
Monochromatic Colors of #8DD12D
Black with #8DD12D
Text Example
Text Example
White with #8DD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD12D; }
p { color: rgb(141,209,45); }
H1.HeaderClassName
{
color: #8DD12D;
}
.AnyTagClassName
{
color: #8DD12D;
}
</style>
background-color css
<style>
a { background-color: #8DD12D; }
a { background-color: rgb(141,209,45); }
div.DivClassName
{
background-color: #8DD12D;
}
.BgClassName
{
background-color: #8DD12D;
}
</style>
border-color css
<style>
span { border-color: #8DD12D; }
span { border-color: rgb(141,209,45); }
td.TdClassName
{
border-color: #8DD12D;
}
.TagClassName
{
border-color: #8DD12D;
}
</style>