Shades of Citrus #8DB50A
Tints of Citrus #8DB50A
RGB
CMYK
RGB Variations
Color information
#8DB50A (or 0x8DB50A) is known color: Citrus. HEX triplet: 8D, B5 and 0A. RGB value is (141,181,10). Sum of RGB (Red+Green+Blue) = 141+181+10=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB50A is #724AF5. Grayscale: #969696. Windows color (decimal): -7490294 or 701837. OLE color: 701837.
HSL color Cylindrical-coordinate representation of color #8DB50A: hue angle of 74.04º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DB50A is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 10 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.29 |
| HSL | 74.04º | 0.9% | 0.37% | - |
| HSV(B) | 74.04º | 0.94% | 0.71% | - |
| XYZ | 27.56 | 38.73 | 6.31 | - |
| YUV | 149.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 10 | 0.22 | 0 | 0.94 | 0.29 | 74.04 | 0.9 | 0.37 |
| Hex | 8D | B5 | A | 16 | 0 | 5E | 1D | 4A | 5A | 25 |
| Octal | 215 | 265 | 12 | 26 | 0 | 136 | 35 | 112 | 132 | 45 |
| Binary | 10001101 | 10110101 | 1010 | 10110 | 0 | 1011110 | 11101 | 1001010 | 1011010 | 100101 |
Color Harmonies of #8DB50A
Complementary color
Monochromatic Colors of #8DB50A
Black with #8DB50A
Text Example
Text Example
White with #8DB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB50A; }
p { color: rgb(141,181,10); }
H1.HeaderClassName
{
color: #8DB50A;
}
.AnyTagClassName
{
color: #8DB50A;
}
</style>
background-color css
<style>
a { background-color: #8DB50A; }
a { background-color: rgb(141,181,10); }
div.DivClassName
{
background-color: #8DB50A;
}
.BgClassName
{
background-color: #8DB50A;
}
</style>
border-color css
<style>
span { border-color: #8DB50A; }
span { border-color: rgb(141,181,10); }
td.TdClassName
{
border-color: #8DB50A;
}
.TagClassName
{
border-color: #8DB50A;
}
</style>