Shades of Citrus #8DC003
Tints of Citrus #8DC003
RGB
CMYK
RGB Variations
Color information
#8DC003 (or 0x8DC003) is known color: Citrus. HEX triplet: 8D, C0 and 03. RGB value is (141,192,3). Sum of RGB (Red+Green+Blue) = 141+192+3=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC003 is #723FFC. Grayscale: #9B9B9B. Windows color (decimal): -7487485 or 245901. OLE color: 245901.
HSL color Cylindrical-coordinate representation of color #8DC003: hue angle of 76.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DC003 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.25 |
| HSL | 76.19º | 0.97% | 0.38% | - |
| HSV(B) | 76.19º | 0.98% | 0.75% | - |
| XYZ | 29.85 | 43.37 | 6.88 | - |
| YUV | 155.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 3 | 0.27 | 0 | 0.98 | 0.25 | 76.19 | 0.97 | 0.38 |
| Hex | 8D | C0 | 3 | 1B | 0 | 62 | 19 | 4C | 61 | 26 |
| Octal | 215 | 300 | 3 | 33 | 0 | 142 | 31 | 114 | 141 | 46 |
| Binary | 10001101 | 11000000 | 11 | 11011 | 0 | 1100010 | 11001 | 1001100 | 1100001 | 100110 |
Color Harmonies of #8DC003
Complementary color
Monochromatic Colors of #8DC003
Black with #8DC003
Text Example
Text Example
White with #8DC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC003; }
p { color: rgb(141,192,3); }
H1.HeaderClassName
{
color: #8DC003;
}
.AnyTagClassName
{
color: #8DC003;
}
</style>
background-color css
<style>
a { background-color: #8DC003; }
a { background-color: rgb(141,192,3); }
div.DivClassName
{
background-color: #8DC003;
}
.BgClassName
{
background-color: #8DC003;
}
</style>
border-color css
<style>
span { border-color: #8DC003; }
span { border-color: rgb(141,192,3); }
td.TdClassName
{
border-color: #8DC003;
}
.TagClassName
{
border-color: #8DC003;
}
</style>