Shades of Citrus #8CB70D
Tints of Citrus #8CB70D
RGB
CMYK
RGB Variations
Color information
#8CB70D (or 0x8CB70D) is known color: Citrus. HEX triplet: 8C, B7 and 0D. RGB value is (140,183,13). Sum of RGB (Red+Green+Blue) = 140+183+13=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB70D is #7348F2. Grayscale: #979797. Windows color (decimal): -7555315 or 898956. OLE color: 898956.
HSL color Cylindrical-coordinate representation of color #8CB70D: hue angle of 75.18º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CB70D is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 13 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.28 |
| HSL | 75.18º | 0.87% | 0.38% | - |
| HSV(B) | 75.18º | 0.93% | 0.72% | - |
| XYZ | 27.82 | 39.47 | 6.53 | - |
| YUV | 150.76 | 50.25 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 13 | 0.23 | 0 | 0.93 | 0.28 | 75.18 | 0.87 | 0.38 |
| Hex | 8C | B7 | D | 17 | 0 | 5D | 1C | 4B | 57 | 26 |
| Octal | 214 | 267 | 15 | 27 | 0 | 135 | 34 | 113 | 127 | 46 |
| Binary | 10001100 | 10110111 | 1101 | 10111 | 0 | 1011101 | 11100 | 1001011 | 1010111 | 100110 |
Color Harmonies of #8CB70D
Complementary color
Monochromatic Colors of #8CB70D
Black with #8CB70D
Text Example
Text Example
White with #8CB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB70D; }
p { color: rgb(140,183,13); }
H1.HeaderClassName
{
color: #8CB70D;
}
.AnyTagClassName
{
color: #8CB70D;
}
</style>
background-color css
<style>
a { background-color: #8CB70D; }
a { background-color: rgb(140,183,13); }
div.DivClassName
{
background-color: #8CB70D;
}
.BgClassName
{
background-color: #8CB70D;
}
</style>
border-color css
<style>
span { border-color: #8CB70D; }
span { border-color: rgb(140,183,13); }
td.TdClassName
{
border-color: #8CB70D;
}
.TagClassName
{
border-color: #8CB70D;
}
</style>