Shades of Citrus #8DB710
Tints of Citrus #8DB710
RGB
CMYK
RGB Variations
Color information
#8DB710 (or 0x8DB710) is known color: Citrus. HEX triplet: 8D, B7 and 10. RGB value is (141,183,16). Sum of RGB (Red+Green+Blue) = 141+183+16=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB710 is #7248EF. Grayscale: #989898. Windows color (decimal): -7489776 or 1095565. OLE color: 1095565.
HSL color Cylindrical-coordinate representation of color #8DB710: hue angle of 75.09º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DB710 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 16 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.28 |
| HSL | 75.09º | 0.84% | 0.39% | - |
| HSV(B) | 75.09º | 0.91% | 0.72% | - |
| XYZ | 28.01 | 39.57 | 6.65 | - |
| YUV | 151.4 | 51.59 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 16 | 0.23 | 0 | 0.91 | 0.28 | 75.09 | 0.84 | 0.39 |
| Hex | 8D | B7 | 10 | 17 | 0 | 5B | 1C | 4B | 54 | 27 |
| Octal | 215 | 267 | 20 | 27 | 0 | 133 | 34 | 113 | 124 | 47 |
| Binary | 10001101 | 10110111 | 10000 | 10111 | 0 | 1011011 | 11100 | 1001011 | 1010100 | 100111 |
Color Harmonies of #8DB710
Complementary color
Monochromatic Colors of #8DB710
Black with #8DB710
Text Example
Text Example
White with #8DB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB710; }
p { color: rgb(141,183,16); }
H1.HeaderClassName
{
color: #8DB710;
}
.AnyTagClassName
{
color: #8DB710;
}
</style>
background-color css
<style>
a { background-color: #8DB710; }
a { background-color: rgb(141,183,16); }
div.DivClassName
{
background-color: #8DB710;
}
.BgClassName
{
background-color: #8DB710;
}
</style>
border-color css
<style>
span { border-color: #8DB710; }
span { border-color: rgb(141,183,16); }
td.TdClassName
{
border-color: #8DB710;
}
.TagClassName
{
border-color: #8DB710;
}
</style>