Shades of Citrus #8DC40B
Tints of Citrus #8DC40B
RGB
CMYK
RGB Variations
Color information
#8DC40B (or 0x8DC40B) is known color: Citrus. HEX triplet: 8D, C4 and 0B. RGB value is (141,196,11). Sum of RGB (Red+Green+Blue) = 141+196+11=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC40B is #723BF4. Grayscale: #9F9F9F. Windows color (decimal): -7486453 or 771213. OLE color: 771213.
HSL color Cylindrical-coordinate representation of color #8DC40B: hue angle of 77.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DC40B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.23 |
| HSL | 77.84º | 0.89% | 0.41% | - |
| HSV(B) | 77.84º | 0.94% | 0.77% | - |
| XYZ | 30.78 | 45.17 | 7.41 | - |
| YUV | 158.47 | 44.78 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 11 | 0.28 | 0 | 0.94 | 0.23 | 77.84 | 0.89 | 0.41 |
| Hex | 8D | C4 | B | 1C | 0 | 5E | 17 | 4E | 59 | 29 |
| Octal | 215 | 304 | 13 | 34 | 0 | 136 | 27 | 116 | 131 | 51 |
| Binary | 10001101 | 11000100 | 1011 | 11100 | 0 | 1011110 | 10111 | 1001110 | 1011001 | 101001 |
Color Harmonies of #8DC40B
Complementary color
Monochromatic Colors of #8DC40B
Black with #8DC40B
Text Example
Text Example
White with #8DC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC40B; }
p { color: rgb(141,196,11); }
H1.HeaderClassName
{
color: #8DC40B;
}
.AnyTagClassName
{
color: #8DC40B;
}
</style>
background-color css
<style>
a { background-color: #8DC40B; }
a { background-color: rgb(141,196,11); }
div.DivClassName
{
background-color: #8DC40B;
}
.BgClassName
{
background-color: #8DC40B;
}
</style>
border-color css
<style>
span { border-color: #8DC40B; }
span { border-color: rgb(141,196,11); }
td.TdClassName
{
border-color: #8DC40B;
}
.TagClassName
{
border-color: #8DC40B;
}
</style>