Shades of Citrus #8DB204
Tints of Citrus #8DB204
RGB
CMYK
RGB Variations
Color information
#8DB204 (or 0x8DB204) is known color: Citrus. HEX triplet: 8D, B2 and 04. RGB value is (141,178,4). Sum of RGB (Red+Green+Blue) = 141+178+4=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB204 is #724DFB. Grayscale: #939393. Windows color (decimal): -7491068 or 307853. OLE color: 307853.
HSL color Cylindrical-coordinate representation of color #8DB204: hue angle of 72.76º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DB204 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 4 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.30 |
| HSL | 72.76º | 0.96% | 0.36% | - |
| HSV(B) | 72.76º | 0.98% | 0.7% | - |
| XYZ | 26.93 | 37.51 | 5.94 | - |
| YUV | 147.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 4 | 0.21 | 0 | 0.98 | 0.30 | 72.76 | 0.96 | 0.36 |
| Hex | 8D | B2 | 4 | 15 | 0 | 62 | 1E | 49 | 60 | 24 |
| Octal | 215 | 262 | 4 | 25 | 0 | 142 | 36 | 111 | 140 | 44 |
| Binary | 10001101 | 10110010 | 100 | 10101 | 0 | 1100010 | 11110 | 1001001 | 1100000 | 100100 |
Color Harmonies of #8DB204
Complementary color
Monochromatic Colors of #8DB204
Black with #8DB204
Text Example
Text Example
White with #8DB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB204; }
p { color: rgb(141,178,4); }
H1.HeaderClassName
{
color: #8DB204;
}
.AnyTagClassName
{
color: #8DB204;
}
</style>
background-color css
<style>
a { background-color: #8DB204; }
a { background-color: rgb(141,178,4); }
div.DivClassName
{
background-color: #8DB204;
}
.BgClassName
{
background-color: #8DB204;
}
</style>
border-color css
<style>
span { border-color: #8DB204; }
span { border-color: rgb(141,178,4); }
td.TdClassName
{
border-color: #8DB204;
}
.TagClassName
{
border-color: #8DB204;
}
</style>