Shades of Citrus #8DB610
Tints of Citrus #8DB610
RGB
CMYK
RGB Variations
Color information
#8DB610 (or 0x8DB610) is known color: Citrus. HEX triplet: 8D, B6 and 10. RGB value is (141,182,16). Sum of RGB (Red+Green+Blue) = 141+182+16=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB610 is #7249EF. Grayscale: #979797. Windows color (decimal): -7490032 or 1095309. OLE color: 1095309.
HSL color Cylindrical-coordinate representation of color #8DB610: hue angle of 74.82º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DB610 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 16 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.29 |
| HSL | 74.82º | 0.84% | 0.39% | - |
| HSV(B) | 74.82º | 0.91% | 0.71% | - |
| XYZ | 27.81 | 39.16 | 6.58 | - |
| YUV | 150.82 | 51.92 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 16 | 0.23 | 0 | 0.91 | 0.29 | 74.82 | 0.84 | 0.39 |
| Hex | 8D | B6 | 10 | 17 | 0 | 5B | 1D | 4B | 54 | 27 |
| Octal | 215 | 266 | 20 | 27 | 0 | 133 | 35 | 113 | 124 | 47 |
| Binary | 10001101 | 10110110 | 10000 | 10111 | 0 | 1011011 | 11101 | 1001011 | 1010100 | 100111 |
Color Harmonies of #8DB610
Complementary color
Monochromatic Colors of #8DB610
Black with #8DB610
Text Example
Text Example
White with #8DB610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB610; }
p { color: rgb(141,182,16); }
H1.HeaderClassName
{
color: #8DB610;
}
.AnyTagClassName
{
color: #8DB610;
}
</style>
background-color css
<style>
a { background-color: #8DB610; }
a { background-color: rgb(141,182,16); }
div.DivClassName
{
background-color: #8DB610;
}
.BgClassName
{
background-color: #8DB610;
}
</style>
border-color css
<style>
span { border-color: #8DB610; }
span { border-color: rgb(141,182,16); }
td.TdClassName
{
border-color: #8DB610;
}
.TagClassName
{
border-color: #8DB610;
}
</style>