Shades of Citrus #8DC000
Tints of Citrus #8DC000
RGB
CMYK
RGB Variations
Color information
#8DC000 (or 0x8DC000) is known color: Citrus. HEX triplet: 8D, C0 and 00. RGB value is (141,192,0). Sum of RGB (Red+Green+Blue) = 141+192+0=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC000 is #723FFF. Grayscale: #9B9B9B. Windows color (decimal): -7487488 or 49293. OLE color: 49293.
HSL color Cylindrical-coordinate representation of color #8DC000: hue angle of 75.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DC000 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.25 |
| HSL | 75.94º | 1% | 0.38% | - |
| HSV(B) | 75.94º | 1% | 0.75% | - |
| XYZ | 29.83 | 43.36 | 6.8 | - |
| YUV | 154.86 | 40.6 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 0 | 0.27 | 0 | 1 | 0.25 | 75.94 | 1 | 0.38 |
| Hex | 8D | C0 | 0 | 1B | 0 | 64 | 19 | 4C | 64 | 26 |
| Octal | 215 | 300 | 0 | 33 | 0 | 144 | 31 | 114 | 144 | 46 |
| Binary | 10001101 | 11000000 | 0 | 11011 | 0 | 1100100 | 11001 | 1001100 | 1100100 | 100110 |
Color Harmonies of #8DC000
Complementary color
Monochromatic Colors of #8DC000
Black with #8DC000
Text Example
Text Example
White with #8DC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC000; }
p { color: rgb(141,192,0); }
H1.HeaderClassName
{
color: #8DC000;
}
.AnyTagClassName
{
color: #8DC000;
}
</style>
background-color css
<style>
a { background-color: #8DC000; }
a { background-color: rgb(141,192,0); }
div.DivClassName
{
background-color: #8DC000;
}
.BgClassName
{
background-color: #8DC000;
}
</style>
border-color css
<style>
span { border-color: #8DC000; }
span { border-color: rgb(141,192,0); }
td.TdClassName
{
border-color: #8DC000;
}
.TagClassName
{
border-color: #8DC000;
}
</style>