Shades of Yellow Green #8DB93D
Tints of Yellow Green #8DB93D
RGB
CMYK
RGB Variations
Color information
#8DB93D (or 0x8DB93D) is known color: Yellow Green. HEX triplet: 8D, B9 and 3D. RGB value is (141,185,61). Sum of RGB (Red+Green+Blue) = 141+185+61=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB93D is #7246C2. Grayscale: #9E9E9E. Windows color (decimal): -7489219 or 4045197. OLE color: 4045197.
HSL color Cylindrical-coordinate representation of color #8DB93D: hue angle of 81.29º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DB93D is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 61 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.27 |
| HSL | 81.29º | 0.5% | 0.48% | - |
| HSV(B) | 81.29º | 0.67% | 0.73% | - |
| XYZ | 29.18 | 40.7 | 10.73 | - |
| YUV | 157.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 61 | 0.24 | 0 | 0.67 | 0.27 | 81.29 | 0.5 | 0.48 |
| Hex | 8D | B9 | 3D | 18 | 0 | 43 | 1B | 51 | 32 | 30 |
| Octal | 215 | 271 | 75 | 30 | 0 | 103 | 33 | 121 | 62 | 60 |
| Binary | 10001101 | 10111001 | 111101 | 11000 | 0 | 1000011 | 11011 | 1010001 | 110010 | 110000 |
Color Harmonies of #8DB93D
Complementary color
Monochromatic Colors of #8DB93D
Black with #8DB93D
Text Example
Text Example
White with #8DB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB93D; }
p { color: rgb(141,185,61); }
H1.HeaderClassName
{
color: #8DB93D;
}
.AnyTagClassName
{
color: #8DB93D;
}
</style>
background-color css
<style>
a { background-color: #8DB93D; }
a { background-color: rgb(141,185,61); }
div.DivClassName
{
background-color: #8DB93D;
}
.BgClassName
{
background-color: #8DB93D;
}
</style>
border-color css
<style>
span { border-color: #8DB93D; }
span { border-color: rgb(141,185,61); }
td.TdClassName
{
border-color: #8DB93D;
}
.TagClassName
{
border-color: #8DB93D;
}
</style>