Shades of Citrus #8CB40E
Tints of Citrus #8CB40E
RGB
CMYK
RGB Variations
Color information
#8CB40E (or 0x8CB40E) is known color: Citrus. HEX triplet: 8C, B4 and 0E. RGB value is (140,180,14). Sum of RGB (Red+Green+Blue) = 140+180+14=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB40E is #734BF1. Grayscale: #959595. Windows color (decimal): -7556082 or 963724. OLE color: 963724.
HSL color Cylindrical-coordinate representation of color #8CB40E: hue angle of 74.46º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CB40E is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 14 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.29 |
| HSL | 74.46º | 0.86% | 0.38% | - |
| HSV(B) | 74.46º | 0.92% | 0.71% | - |
| XYZ | 27.22 | 38.25 | 6.36 | - |
| YUV | 149.12 | 51.75 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 14 | 0.22 | 0 | 0.92 | 0.29 | 74.46 | 0.86 | 0.38 |
| Hex | 8C | B4 | E | 16 | 0 | 5C | 1D | 4A | 56 | 26 |
| Octal | 214 | 264 | 16 | 26 | 0 | 134 | 35 | 112 | 126 | 46 |
| Binary | 10001100 | 10110100 | 1110 | 10110 | 0 | 1011100 | 11101 | 1001010 | 1010110 | 100110 |
Color Harmonies of #8CB40E
Complementary color
Monochromatic Colors of #8CB40E
Black with #8CB40E
Text Example
Text Example
White with #8CB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB40E; }
p { color: rgb(140,180,14); }
H1.HeaderClassName
{
color: #8CB40E;
}
.AnyTagClassName
{
color: #8CB40E;
}
</style>
background-color css
<style>
a { background-color: #8CB40E; }
a { background-color: rgb(140,180,14); }
div.DivClassName
{
background-color: #8CB40E;
}
.BgClassName
{
background-color: #8CB40E;
}
</style>
border-color css
<style>
span { border-color: #8CB40E; }
span { border-color: rgb(140,180,14); }
td.TdClassName
{
border-color: #8CB40E;
}
.TagClassName
{
border-color: #8CB40E;
}
</style>