Shades of Citrus #8DB406
Tints of Citrus #8DB406
RGB
CMYK
RGB Variations
Color information
#8DB406 (or 0x8DB406) is known color: Citrus. HEX triplet: 8D, B4 and 06. RGB value is (141,180,6). Sum of RGB (Red+Green+Blue) = 141+180+6=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB406 is #724BF9. Grayscale: #959595. Windows color (decimal): -7490554 or 439437. OLE color: 439437.
HSL color Cylindrical-coordinate representation of color #8DB406: hue angle of 73.45º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DB406 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 6 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.29 |
| HSL | 73.45º | 0.94% | 0.36% | - |
| HSV(B) | 73.45º | 0.97% | 0.71% | - |
| XYZ | 27.34 | 38.32 | 6.13 | - |
| YUV | 148.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 6 | 0.22 | 0 | 0.97 | 0.29 | 73.45 | 0.94 | 0.36 |
| Hex | 8D | B4 | 6 | 16 | 0 | 61 | 1D | 49 | 5E | 24 |
| Octal | 215 | 264 | 6 | 26 | 0 | 141 | 35 | 111 | 136 | 44 |
| Binary | 10001101 | 10110100 | 110 | 10110 | 0 | 1100001 | 11101 | 1001001 | 1011110 | 100100 |
Color Harmonies of #8DB406
Complementary color
Monochromatic Colors of #8DB406
Black with #8DB406
Text Example
Text Example
White with #8DB406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB406; }
p { color: rgb(141,180,6); }
H1.HeaderClassName
{
color: #8DB406;
}
.AnyTagClassName
{
color: #8DB406;
}
</style>
background-color css
<style>
a { background-color: #8DB406; }
a { background-color: rgb(141,180,6); }
div.DivClassName
{
background-color: #8DB406;
}
.BgClassName
{
background-color: #8DB406;
}
</style>
border-color css
<style>
span { border-color: #8DB406; }
span { border-color: rgb(141,180,6); }
td.TdClassName
{
border-color: #8DB406;
}
.TagClassName
{
border-color: #8DB406;
}
</style>