Shades of Citrus #8DBC14
Tints of Citrus #8DBC14
RGB
CMYK
RGB Variations
Color information
#8DBC14 (or 0x8DBC14) is known color: Citrus. HEX triplet: 8D, BC and 14. RGB value is (141,188,20). Sum of RGB (Red+Green+Blue) = 141+188+20=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBC14 is #7243EB. Grayscale: #9B9B9B. Windows color (decimal): -7488492 or 1358989. OLE color: 1358989.
HSL color Cylindrical-coordinate representation of color #8DBC14: hue angle of 76.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DBC14 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 20 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.26 |
| HSL | 76.79º | 0.81% | 0.41% | - |
| HSV(B) | 76.79º | 0.89% | 0.74% | - |
| XYZ | 29.09 | 41.68 | 7.17 | - |
| YUV | 154.8 | 51.93 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 20 | 0.25 | 0 | 0.89 | 0.26 | 76.79 | 0.81 | 0.41 |
| Hex | 8D | BC | 14 | 19 | 0 | 59 | 1A | 4D | 51 | 29 |
| Octal | 215 | 274 | 24 | 31 | 0 | 131 | 32 | 115 | 121 | 51 |
| Binary | 10001101 | 10111100 | 10100 | 11001 | 0 | 1011001 | 11010 | 1001101 | 1010001 | 101001 |
Color Harmonies of #8DBC14
Complementary color
Monochromatic Colors of #8DBC14
Black with #8DBC14
Text Example
Text Example
White with #8DBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC14; }
p { color: rgb(141,188,20); }
H1.HeaderClassName
{
color: #8DBC14;
}
.AnyTagClassName
{
color: #8DBC14;
}
</style>
background-color css
<style>
a { background-color: #8DBC14; }
a { background-color: rgb(141,188,20); }
div.DivClassName
{
background-color: #8DBC14;
}
.BgClassName
{
background-color: #8DBC14;
}
</style>
border-color css
<style>
span { border-color: #8DBC14; }
span { border-color: rgb(141,188,20); }
td.TdClassName
{
border-color: #8DBC14;
}
.TagClassName
{
border-color: #8DBC14;
}
</style>