Shades of Citrus #8BC103
Tints of Citrus #8BC103
RGB
CMYK
RGB Variations
Color information
#8BC103 (or 0x8BC103) is known color: Citrus. HEX triplet: 8B, C1 and 03. RGB value is (139,193,3). Sum of RGB (Red+Green+Blue) = 139+193+3=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC103 is #743EFC. Grayscale: #9B9B9B. Windows color (decimal): -7618301 or 246155. OLE color: 246155.
HSL color Cylindrical-coordinate representation of color #8BC103: hue angle of 77.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BC103 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.24 |
| HSL | 77.05º | 0.97% | 0.38% | - |
| HSV(B) | 77.05º | 0.98% | 0.76% | - |
| XYZ | 29.73 | 43.64 | 6.94 | - |
| YUV | 155.19 | 42.11 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 3 | 0.28 | 0 | 0.98 | 0.24 | 77.05 | 0.97 | 0.38 |
| Hex | 8B | C1 | 3 | 1C | 0 | 62 | 18 | 4D | 61 | 26 |
| Octal | 213 | 301 | 3 | 34 | 0 | 142 | 30 | 115 | 141 | 46 |
| Binary | 10001011 | 11000001 | 11 | 11100 | 0 | 1100010 | 11000 | 1001101 | 1100001 | 100110 |
Color Harmonies of #8BC103
Complementary color
Monochromatic Colors of #8BC103
Black with #8BC103
Text Example
Text Example
White with #8BC103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC103; }
p { color: rgb(139,193,3); }
H1.HeaderClassName
{
color: #8BC103;
}
.AnyTagClassName
{
color: #8BC103;
}
</style>
background-color css
<style>
a { background-color: #8BC103; }
a { background-color: rgb(139,193,3); }
div.DivClassName
{
background-color: #8BC103;
}
.BgClassName
{
background-color: #8BC103;
}
</style>
border-color css
<style>
span { border-color: #8BC103; }
span { border-color: rgb(139,193,3); }
td.TdClassName
{
border-color: #8BC103;
}
.TagClassName
{
border-color: #8BC103;
}
</style>