Shades of Citrus #8CB50D
Tints of Citrus #8CB50D
RGB
CMYK
RGB Variations
Color information
#8CB50D (or 0x8CB50D) is known color: Citrus. HEX triplet: 8C, B5 and 0D. RGB value is (140,181,13). Sum of RGB (Red+Green+Blue) = 140+181+13=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB50D is #734AF2. Grayscale: #969696. Windows color (decimal): -7555827 or 898444. OLE color: 898444.
HSL color Cylindrical-coordinate representation of color #8CB50D: hue angle of 74.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CB50D is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 13 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.29 |
| HSL | 74.64º | 0.87% | 0.38% | - |
| HSV(B) | 74.64º | 0.93% | 0.71% | - |
| XYZ | 27.41 | 38.65 | 6.4 | - |
| YUV | 149.59 | 50.92 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 13 | 0.23 | 0 | 0.93 | 0.29 | 74.64 | 0.87 | 0.38 |
| Hex | 8C | B5 | D | 17 | 0 | 5D | 1D | 4B | 57 | 26 |
| Octal | 214 | 265 | 15 | 27 | 0 | 135 | 35 | 113 | 127 | 46 |
| Binary | 10001100 | 10110101 | 1101 | 10111 | 0 | 1011101 | 11101 | 1001011 | 1010111 | 100110 |
Color Harmonies of #8CB50D
Complementary color
Monochromatic Colors of #8CB50D
Black with #8CB50D
Text Example
Text Example
White with #8CB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB50D; }
p { color: rgb(140,181,13); }
H1.HeaderClassName
{
color: #8CB50D;
}
.AnyTagClassName
{
color: #8CB50D;
}
</style>
background-color css
<style>
a { background-color: #8CB50D; }
a { background-color: rgb(140,181,13); }
div.DivClassName
{
background-color: #8CB50D;
}
.BgClassName
{
background-color: #8CB50D;
}
</style>
border-color css
<style>
span { border-color: #8CB50D; }
span { border-color: rgb(140,181,13); }
td.TdClassName
{
border-color: #8CB50D;
}
.TagClassName
{
border-color: #8CB50D;
}
</style>