Shades of Citrus #8BC104
Tints of Citrus #8BC104
RGB
CMYK
RGB Variations
Color information
#8BC104 (or 0x8BC104) is known color: Citrus. HEX triplet: 8B, C1 and 04. RGB value is (139,193,4). Sum of RGB (Red+Green+Blue) = 139+193+4=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC104 is #743EFB. Grayscale: #9C9C9C. Windows color (decimal): -7618300 or 311691. OLE color: 311691.
HSL color Cylindrical-coordinate representation of color #8BC104: hue angle of 77.14º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BC104 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.24 |
| HSL | 77.14º | 0.96% | 0.39% | - |
| HSV(B) | 77.14º | 0.98% | 0.76% | - |
| XYZ | 29.74 | 43.64 | 6.97 | - |
| YUV | 155.31 | 42.61 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 4 | 0.28 | 0 | 0.98 | 0.24 | 77.14 | 0.96 | 0.39 |
| Hex | 8B | C1 | 4 | 1C | 0 | 62 | 18 | 4D | 60 | 27 |
| Octal | 213 | 301 | 4 | 34 | 0 | 142 | 30 | 115 | 140 | 47 |
| Binary | 10001011 | 11000001 | 100 | 11100 | 0 | 1100010 | 11000 | 1001101 | 1100000 | 100111 |
Color Harmonies of #8BC104
Complementary color
Monochromatic Colors of #8BC104
Black with #8BC104
Text Example
Text Example
White with #8BC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC104; }
p { color: rgb(139,193,4); }
H1.HeaderClassName
{
color: #8BC104;
}
.AnyTagClassName
{
color: #8BC104;
}
</style>
background-color css
<style>
a { background-color: #8BC104; }
a { background-color: rgb(139,193,4); }
div.DivClassName
{
background-color: #8BC104;
}
.BgClassName
{
background-color: #8BC104;
}
</style>
border-color css
<style>
span { border-color: #8BC104; }
span { border-color: rgb(139,193,4); }
td.TdClassName
{
border-color: #8BC104;
}
.TagClassName
{
border-color: #8BC104;
}
</style>