Shades of Citrus #8DB713
Tints of Citrus #8DB713
RGB
CMYK
RGB Variations
Color information
#8DB713 (or 0x8DB713) is known color: Citrus. HEX triplet: 8D, B7 and 13. RGB value is (141,183,19). Sum of RGB (Red+Green+Blue) = 141+183+19=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB713 is #7248EC. Grayscale: #989898. Windows color (decimal): -7489773 or 1292173. OLE color: 1292173.
HSL color Cylindrical-coordinate representation of color #8DB713: hue angle of 75.37º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DB713 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 19 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.28 |
| HSL | 75.37º | 0.81% | 0.4% | - |
| HSV(B) | 75.37º | 0.9% | 0.72% | - |
| XYZ | 28.04 | 39.58 | 6.78 | - |
| YUV | 151.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 19 | 0.23 | 0 | 0.90 | 0.28 | 75.37 | 0.81 | 0.4 |
| Hex | 8D | B7 | 13 | 17 | 0 | 5A | 1C | 4B | 51 | 28 |
| Octal | 215 | 267 | 23 | 27 | 0 | 132 | 34 | 113 | 121 | 50 |
| Binary | 10001101 | 10110111 | 10011 | 10111 | 0 | 1011010 | 11100 | 1001011 | 1010001 | 101000 |
Color Harmonies of #8DB713
Complementary color
Monochromatic Colors of #8DB713
Black with #8DB713
Text Example
Text Example
White with #8DB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB713; }
p { color: rgb(141,183,19); }
H1.HeaderClassName
{
color: #8DB713;
}
.AnyTagClassName
{
color: #8DB713;
}
</style>
background-color css
<style>
a { background-color: #8DB713; }
a { background-color: rgb(141,183,19); }
div.DivClassName
{
background-color: #8DB713;
}
.BgClassName
{
background-color: #8DB713;
}
</style>
border-color css
<style>
span { border-color: #8DB713; }
span { border-color: rgb(141,183,19); }
td.TdClassName
{
border-color: #8DB713;
}
.TagClassName
{
border-color: #8DB713;
}
</style>