Shades of Citrus #8DB809
Tints of Citrus #8DB809
RGB
CMYK
RGB Variations
Color information
#8DB809 (or 0x8DB809) is known color: Citrus. HEX triplet: 8D, B8 and 09. RGB value is (141,184,9). Sum of RGB (Red+Green+Blue) = 141+184+9=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB809 is #7247F6. Grayscale: #979797. Windows color (decimal): -7489527 or 637069. OLE color: 637069.
HSL color Cylindrical-coordinate representation of color #8DB809: hue angle of 74.74º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DB809 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 9 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.28 |
| HSL | 74.74º | 0.91% | 0.38% | - |
| HSV(B) | 74.74º | 0.95% | 0.72% | - |
| XYZ | 28.17 | 39.96 | 6.49 | - |
| YUV | 151.19 | 47.75 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 9 | 0.23 | 0 | 0.95 | 0.28 | 74.74 | 0.91 | 0.38 |
| Hex | 8D | B8 | 9 | 17 | 0 | 5F | 1C | 4B | 5B | 26 |
| Octal | 215 | 270 | 11 | 27 | 0 | 137 | 34 | 113 | 133 | 46 |
| Binary | 10001101 | 10111000 | 1001 | 10111 | 0 | 1011111 | 11100 | 1001011 | 1011011 | 100110 |
Color Harmonies of #8DB809
Complementary color
Monochromatic Colors of #8DB809
Black with #8DB809
Text Example
Text Example
White with #8DB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB809; }
p { color: rgb(141,184,9); }
H1.HeaderClassName
{
color: #8DB809;
}
.AnyTagClassName
{
color: #8DB809;
}
</style>
background-color css
<style>
a { background-color: #8DB809; }
a { background-color: rgb(141,184,9); }
div.DivClassName
{
background-color: #8DB809;
}
.BgClassName
{
background-color: #8DB809;
}
</style>
border-color css
<style>
span { border-color: #8DB809; }
span { border-color: rgb(141,184,9); }
td.TdClassName
{
border-color: #8DB809;
}
.TagClassName
{
border-color: #8DB809;
}
</style>