Shades of Yellow Green #8DDB2D
Tints of Yellow Green #8DDB2D
RGB
CMYK
RGB Variations
Color information
#8DDB2D (or 0x8DDB2D) is known color: Yellow Green. HEX triplet: 8D, DB and 2D. RGB value is (141,219,45). Sum of RGB (Red+Green+Blue) = 141+219+45=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDB2D is #7224D2. Grayscale: #B0B0B0. Windows color (decimal): -7480531 or 3005325. OLE color: 3005325.
HSL color Cylindrical-coordinate representation of color #8DDB2D: hue angle of 86.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DDB2D is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 45 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.14 |
| HSL | 86.9º | 0.71% | 0.52% | - |
| HSV(B) | 86.9º | 0.79% | 0.86% | - |
| XYZ | 36.79 | 56.52 | 11.45 | - |
| YUV | 175.84 | 54.16 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 45 | 0.36 | 0 | 0.79 | 0.14 | 86.9 | 0.71 | 0.52 |
| Hex | 8D | DB | 2D | 24 | 0 | 4F | E | 57 | 47 | 34 |
| Octal | 215 | 333 | 55 | 44 | 0 | 117 | 16 | 127 | 107 | 64 |
| Binary | 10001101 | 11011011 | 101101 | 100100 | 0 | 1001111 | 1110 | 1010111 | 1000111 | 110100 |
Color Harmonies of #8DDB2D
Complementary color
Monochromatic Colors of #8DDB2D
Black with #8DDB2D
Text Example
Text Example
White with #8DDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB2D; }
p { color: rgb(141,219,45); }
H1.HeaderClassName
{
color: #8DDB2D;
}
.AnyTagClassName
{
color: #8DDB2D;
}
</style>
background-color css
<style>
a { background-color: #8DDB2D; }
a { background-color: rgb(141,219,45); }
div.DivClassName
{
background-color: #8DDB2D;
}
.BgClassName
{
background-color: #8DDB2D;
}
</style>
border-color css
<style>
span { border-color: #8DDB2D; }
span { border-color: rgb(141,219,45); }
td.TdClassName
{
border-color: #8DDB2D;
}
.TagClassName
{
border-color: #8DDB2D;
}
</style>