Shades of Citrus #8DC406
Tints of Citrus #8DC406
RGB
CMYK
RGB Variations
Color information
#8DC406 (or 0x8DC406) is known color: Citrus. HEX triplet: 8D, C4 and 06. RGB value is (141,196,6). Sum of RGB (Red+Green+Blue) = 141+196+6=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC406 is #723BF9. Grayscale: #9E9E9E. Windows color (decimal): -7486458 or 443533. OLE color: 443533.
HSL color Cylindrical-coordinate representation of color #8DC406: hue angle of 77.37º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DC406 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.23 |
| HSL | 77.37º | 0.94% | 0.4% | - |
| HSV(B) | 77.37º | 0.97% | 0.77% | - |
| XYZ | 30.76 | 45.16 | 7.27 | - |
| YUV | 157.9 | 42.28 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 6 | 0.28 | 0 | 0.97 | 0.23 | 77.37 | 0.94 | 0.4 |
| Hex | 8D | C4 | 6 | 1C | 0 | 61 | 17 | 4D | 5E | 28 |
| Octal | 215 | 304 | 6 | 34 | 0 | 141 | 27 | 115 | 136 | 50 |
| Binary | 10001101 | 11000100 | 110 | 11100 | 0 | 1100001 | 10111 | 1001101 | 1011110 | 101000 |
Color Harmonies of #8DC406
Complementary color
Monochromatic Colors of #8DC406
Black with #8DC406
Text Example
Text Example
White with #8DC406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC406; }
p { color: rgb(141,196,6); }
H1.HeaderClassName
{
color: #8DC406;
}
.AnyTagClassName
{
color: #8DC406;
}
</style>
background-color css
<style>
a { background-color: #8DC406; }
a { background-color: rgb(141,196,6); }
div.DivClassName
{
background-color: #8DC406;
}
.BgClassName
{
background-color: #8DC406;
}
</style>
border-color css
<style>
span { border-color: #8DC406; }
span { border-color: rgb(141,196,6); }
td.TdClassName
{
border-color: #8DC406;
}
.TagClassName
{
border-color: #8DC406;
}
</style>