Shades of Citrus #8DB704
Tints of Citrus #8DB704
RGB
CMYK
RGB Variations
Color information
#8DB704 (or 0x8DB704) is known color: Citrus. HEX triplet: 8D, B7 and 04. RGB value is (141,183,4). Sum of RGB (Red+Green+Blue) = 141+183+4=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB704 is #7248FB. Grayscale: #969696. Windows color (decimal): -7489788 or 309133. OLE color: 309133.
HSL color Cylindrical-coordinate representation of color #8DB704: hue angle of 74.08º 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 #8DB704 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.28 |
| HSL | 74.08º | 0.96% | 0.37% | - |
| HSV(B) | 74.08º | 0.98% | 0.72% | - |
| XYZ | 27.94 | 39.54 | 6.27 | - |
| YUV | 150.04 | 45.59 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 4 | 0.23 | 0 | 0.98 | 0.28 | 74.08 | 0.96 | 0.37 |
| Hex | 8D | B7 | 4 | 17 | 0 | 62 | 1C | 4A | 60 | 25 |
| Octal | 215 | 267 | 4 | 27 | 0 | 142 | 34 | 112 | 140 | 45 |
| Binary | 10001101 | 10110111 | 100 | 10111 | 0 | 1100010 | 11100 | 1001010 | 1100000 | 100101 |
Color Harmonies of #8DB704
Complementary color
Monochromatic Colors of #8DB704
Black with #8DB704
Text Example
Text Example
White with #8DB704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB704; }
p { color: rgb(141,183,4); }
H1.HeaderClassName
{
color: #8DB704;
}
.AnyTagClassName
{
color: #8DB704;
}
</style>
background-color css
<style>
a { background-color: #8DB704; }
a { background-color: rgb(141,183,4); }
div.DivClassName
{
background-color: #8DB704;
}
.BgClassName
{
background-color: #8DB704;
}
</style>
border-color css
<style>
span { border-color: #8DB704; }
span { border-color: rgb(141,183,4); }
td.TdClassName
{
border-color: #8DB704;
}
.TagClassName
{
border-color: #8DB704;
}
</style>