Shades of Citrus #8DC107
Tints of Citrus #8DC107
RGB
CMYK
RGB Variations
Color information
#8DC107 (or 0x8DC107) is known color: Citrus. HEX triplet: 8D, C1 and 07. RGB value is (141,193,7). Sum of RGB (Red+Green+Blue) = 141+193+7=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC107 is #723EF8. Grayscale: #9C9C9C. Windows color (decimal): -7487225 or 508301. OLE color: 508301.
HSL color Cylindrical-coordinate representation of color #8DC107: hue angle of 76.77º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DC107 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 7 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.24 |
| HSL | 76.77º | 0.93% | 0.39% | - |
| HSV(B) | 76.77º | 0.96% | 0.76% | - |
| XYZ | 30.09 | 43.82 | 7.07 | - |
| YUV | 156.25 | 43.77 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 7 | 0.27 | 0 | 0.96 | 0.24 | 76.77 | 0.93 | 0.39 |
| Hex | 8D | C1 | 7 | 1B | 0 | 60 | 18 | 4D | 5D | 27 |
| Octal | 215 | 301 | 7 | 33 | 0 | 140 | 30 | 115 | 135 | 47 |
| Binary | 10001101 | 11000001 | 111 | 11011 | 0 | 1100000 | 11000 | 1001101 | 1011101 | 100111 |
Color Harmonies of #8DC107
Complementary color
Monochromatic Colors of #8DC107
Black with #8DC107
Text Example
Text Example
White with #8DC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC107; }
p { color: rgb(141,193,7); }
H1.HeaderClassName
{
color: #8DC107;
}
.AnyTagClassName
{
color: #8DC107;
}
</style>
background-color css
<style>
a { background-color: #8DC107; }
a { background-color: rgb(141,193,7); }
div.DivClassName
{
background-color: #8DC107;
}
.BgClassName
{
background-color: #8DC107;
}
</style>
border-color css
<style>
span { border-color: #8DC107; }
span { border-color: rgb(141,193,7); }
td.TdClassName
{
border-color: #8DC107;
}
.TagClassName
{
border-color: #8DC107;
}
</style>