Shades of Citrus #8DC616
Tints of Citrus #8DC616
RGB
CMYK
RGB Variations
Color information
#8DC616 (or 0x8DC616) is known color: Citrus. HEX triplet: 8D, C6 and 16. RGB value is (141,198,22). Sum of RGB (Red+Green+Blue) = 141+198+22=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC616 is #7239E9. Grayscale: #A1A1A1. Windows color (decimal): -7485930 or 1492621. OLE color: 1492621.
HSL color Cylindrical-coordinate representation of color #8DC616: hue angle of 79.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DC616 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 198 | 22 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.22 |
| HSL | 79.43º | 0.8% | 0.43% | - |
| HSV(B) | 79.43º | 0.89% | 0.78% | - |
| XYZ | 31.32 | 46.11 | 8.01 | - |
| YUV | 160.89 | 49.62 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 22 | 0.29 | 0 | 0.89 | 0.22 | 79.43 | 0.8 | 0.43 |
| Hex | 8D | C6 | 16 | 1D | 0 | 59 | 16 | 4F | 50 | 2B |
| Octal | 215 | 306 | 26 | 35 | 0 | 131 | 26 | 117 | 120 | 53 |
| Binary | 10001101 | 11000110 | 10110 | 11101 | 0 | 1011001 | 10110 | 1001111 | 1010000 | 101011 |
Color Harmonies of #8DC616
Complementary color
Monochromatic Colors of #8DC616
Black with #8DC616
Text Example
Text Example
White with #8DC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC616; }
p { color: rgb(141,198,22); }
H1.HeaderClassName
{
color: #8DC616;
}
.AnyTagClassName
{
color: #8DC616;
}
</style>
background-color css
<style>
a { background-color: #8DC616; }
a { background-color: rgb(141,198,22); }
div.DivClassName
{
background-color: #8DC616;
}
.BgClassName
{
background-color: #8DC616;
}
</style>
border-color css
<style>
span { border-color: #8DC616; }
span { border-color: rgb(141,198,22); }
td.TdClassName
{
border-color: #8DC616;
}
.TagClassName
{
border-color: #8DC616;
}
</style>