Shades of Citrus #8BC004
Tints of Citrus #8BC004
RGB
CMYK
RGB Variations
Color information
#8BC004 (or 0x8BC004) is known color: Citrus. HEX triplet: 8B, C0 and 04. RGB value is (139,192,4). Sum of RGB (Red+Green+Blue) = 139+192+4=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC004 is #743FFB. Grayscale: #9B9B9B. Windows color (decimal): -7618556 or 311435. OLE color: 311435.
HSL color Cylindrical-coordinate representation of color #8BC004: hue angle of 76.91º 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 #8BC004 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.25 |
| HSL | 76.91º | 0.96% | 0.38% | - |
| HSV(B) | 76.91º | 0.98% | 0.75% | - |
| XYZ | 29.52 | 43.2 | 6.9 | - |
| YUV | 154.72 | 42.94 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 4 | 0.28 | 0 | 0.98 | 0.25 | 76.91 | 0.96 | 0.38 |
| Hex | 8B | C0 | 4 | 1C | 0 | 62 | 19 | 4D | 60 | 26 |
| Octal | 213 | 300 | 4 | 34 | 0 | 142 | 31 | 115 | 140 | 46 |
| Binary | 10001011 | 11000000 | 100 | 11100 | 0 | 1100010 | 11001 | 1001101 | 1100000 | 100110 |
Color Harmonies of #8BC004
Complementary color
Monochromatic Colors of #8BC004
Black with #8BC004
Text Example
Text Example
White with #8BC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC004; }
p { color: rgb(139,192,4); }
H1.HeaderClassName
{
color: #8BC004;
}
.AnyTagClassName
{
color: #8BC004;
}
</style>
background-color css
<style>
a { background-color: #8BC004; }
a { background-color: rgb(139,192,4); }
div.DivClassName
{
background-color: #8BC004;
}
.BgClassName
{
background-color: #8BC004;
}
</style>
border-color css
<style>
span { border-color: #8BC004; }
span { border-color: rgb(139,192,4); }
td.TdClassName
{
border-color: #8BC004;
}
.TagClassName
{
border-color: #8BC004;
}
</style>