Shades of Citrus #8CC004
Tints of Citrus #8CC004
RGB
CMYK
RGB Variations
Color information
#8CC004 (or 0x8CC004) is known color: Citrus. HEX triplet: 8C, C0 and 04. RGB value is (140,192,4). Sum of RGB (Red+Green+Blue) = 140+192+4=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC004 is #733FFB. Grayscale: #9B9B9B. Windows color (decimal): -7553020 or 311436. OLE color: 311436.
HSL color Cylindrical-coordinate representation of color #8CC004: hue angle of 76.6º degrees, saturation: 0.96, 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 #8CC004 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 4 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.25 |
| HSL | 76.6º | 0.96% | 0.38% | - |
| HSV(B) | 76.6º | 0.98% | 0.75% | - |
| XYZ | 29.69 | 43.28 | 6.9 | - |
| YUV | 155.02 | 42.77 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 4 | 0.27 | 0 | 0.98 | 0.25 | 76.6 | 0.96 | 0.38 |
| Hex | 8C | C0 | 4 | 1B | 0 | 62 | 19 | 4D | 60 | 26 |
| Octal | 214 | 300 | 4 | 33 | 0 | 142 | 31 | 115 | 140 | 46 |
| Binary | 10001100 | 11000000 | 100 | 11011 | 0 | 1100010 | 11001 | 1001101 | 1100000 | 100110 |
Color Harmonies of #8CC004
Complementary color
Monochromatic Colors of #8CC004
Black with #8CC004
Text Example
Text Example
White with #8CC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC004; }
p { color: rgb(140,192,4); }
H1.HeaderClassName
{
color: #8CC004;
}
.AnyTagClassName
{
color: #8CC004;
}
</style>
background-color css
<style>
a { background-color: #8CC004; }
a { background-color: rgb(140,192,4); }
div.DivClassName
{
background-color: #8CC004;
}
.BgClassName
{
background-color: #8CC004;
}
</style>
border-color css
<style>
span { border-color: #8CC004; }
span { border-color: rgb(140,192,4); }
td.TdClassName
{
border-color: #8CC004;
}
.TagClassName
{
border-color: #8CC004;
}
</style>