Shades of Citrus #8DB804
Tints of Citrus #8DB804
RGB
CMYK
RGB Variations
Color information
#8DB804 (or 0x8DB804) is known color: Citrus. HEX triplet: 8D, B8 and 04. RGB value is (141,184,4). Sum of RGB (Red+Green+Blue) = 141+184+4=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB804 is #7247FB. Grayscale: #979797. Windows color (decimal): -7489532 or 309389. OLE color: 309389.
HSL color Cylindrical-coordinate representation of color #8DB804: hue angle of 74.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DB804 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.28 |
| HSL | 74.33º | 0.96% | 0.37% | - |
| HSV(B) | 74.33º | 0.98% | 0.72% | - |
| XYZ | 28.15 | 39.95 | 6.34 | - |
| YUV | 150.62 | 45.25 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 4 | 0.23 | 0 | 0.98 | 0.28 | 74.33 | 0.96 | 0.37 |
| Hex | 8D | B8 | 4 | 17 | 0 | 62 | 1C | 4A | 60 | 25 |
| Octal | 215 | 270 | 4 | 27 | 0 | 142 | 34 | 112 | 140 | 45 |
| Binary | 10001101 | 10111000 | 100 | 10111 | 0 | 1100010 | 11100 | 1001010 | 1100000 | 100101 |
Color Harmonies of #8DB804
Complementary color
Monochromatic Colors of #8DB804
Black with #8DB804
Text Example
Text Example
White with #8DB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB804; }
p { color: rgb(141,184,4); }
H1.HeaderClassName
{
color: #8DB804;
}
.AnyTagClassName
{
color: #8DB804;
}
</style>
background-color css
<style>
a { background-color: #8DB804; }
a { background-color: rgb(141,184,4); }
div.DivClassName
{
background-color: #8DB804;
}
.BgClassName
{
background-color: #8DB804;
}
</style>
border-color css
<style>
span { border-color: #8DB804; }
span { border-color: rgb(141,184,4); }
td.TdClassName
{
border-color: #8DB804;
}
.TagClassName
{
border-color: #8DB804;
}
</style>