Shades of Citrus #8DB306
Tints of Citrus #8DB306
RGB
CMYK
RGB Variations
Color information
#8DB306 (or 0x8DB306) is known color: Citrus. HEX triplet: 8D, B3 and 06. RGB value is (141,179,6). Sum of RGB (Red+Green+Blue) = 141+179+6=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB306 is #724CF9. Grayscale: #949494. Windows color (decimal): -7490810 or 439181. OLE color: 439181.
HSL color Cylindrical-coordinate representation of color #8DB306: hue angle of 73.18º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DB306 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 6 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.30 |
| HSL | 73.18º | 0.94% | 0.36% | - |
| HSV(B) | 73.18º | 0.97% | 0.7% | - |
| XYZ | 27.14 | 37.92 | 6.06 | - |
| YUV | 147.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 6 | 0.21 | 0 | 0.97 | 0.30 | 73.18 | 0.94 | 0.36 |
| Hex | 8D | B3 | 6 | 15 | 0 | 61 | 1E | 49 | 5E | 24 |
| Octal | 215 | 263 | 6 | 25 | 0 | 141 | 36 | 111 | 136 | 44 |
| Binary | 10001101 | 10110011 | 110 | 10101 | 0 | 1100001 | 11110 | 1001001 | 1011110 | 100100 |
Color Harmonies of #8DB306
Complementary color
Monochromatic Colors of #8DB306
Black with #8DB306
Text Example
Text Example
White with #8DB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB306; }
p { color: rgb(141,179,6); }
H1.HeaderClassName
{
color: #8DB306;
}
.AnyTagClassName
{
color: #8DB306;
}
</style>
background-color css
<style>
a { background-color: #8DB306; }
a { background-color: rgb(141,179,6); }
div.DivClassName
{
background-color: #8DB306;
}
.BgClassName
{
background-color: #8DB306;
}
</style>
border-color css
<style>
span { border-color: #8DB306; }
span { border-color: rgb(141,179,6); }
td.TdClassName
{
border-color: #8DB306;
}
.TagClassName
{
border-color: #8DB306;
}
</style>