Shades of Citrus #8DB304
Tints of Citrus #8DB304
RGB
CMYK
RGB Variations
Color information
#8DB304 (or 0x8DB304) is known color: Citrus. HEX triplet: 8D, B3 and 04. RGB value is (141,179,4). Sum of RGB (Red+Green+Blue) = 141+179+4=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB304 is #724CFB. Grayscale: #949494. Windows color (decimal): -7490812 or 308109. OLE color: 308109.
HSL color Cylindrical-coordinate representation of color #8DB304: hue angle of 73.03º 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 #8DB304 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 4 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.30 |
| HSL | 73.03º | 0.96% | 0.36% | - |
| HSV(B) | 73.03º | 0.98% | 0.7% | - |
| XYZ | 27.13 | 37.91 | 6 | - |
| YUV | 147.69 | 46.91 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 4 | 0.21 | 0 | 0.98 | 0.30 | 73.03 | 0.96 | 0.36 |
| Hex | 8D | B3 | 4 | 15 | 0 | 62 | 1E | 49 | 60 | 24 |
| Octal | 215 | 263 | 4 | 25 | 0 | 142 | 36 | 111 | 140 | 44 |
| Binary | 10001101 | 10110011 | 100 | 10101 | 0 | 1100010 | 11110 | 1001001 | 1100000 | 100100 |
Color Harmonies of #8DB304
Complementary color
Monochromatic Colors of #8DB304
Black with #8DB304
Text Example
Text Example
White with #8DB304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB304; }
p { color: rgb(141,179,4); }
H1.HeaderClassName
{
color: #8DB304;
}
.AnyTagClassName
{
color: #8DB304;
}
</style>
background-color css
<style>
a { background-color: #8DB304; }
a { background-color: rgb(141,179,4); }
div.DivClassName
{
background-color: #8DB304;
}
.BgClassName
{
background-color: #8DB304;
}
</style>
border-color css
<style>
span { border-color: #8DB304; }
span { border-color: rgb(141,179,4); }
td.TdClassName
{
border-color: #8DB304;
}
.TagClassName
{
border-color: #8DB304;
}
</style>