Shades of Citrus #8BC10E
Tints of Citrus #8BC10E
RGB
CMYK
RGB Variations
Color information
#8BC10E (or 0x8BC10E) is known color: Citrus. HEX triplet: 8B, C1 and 0E. RGB value is (139,193,14). Sum of RGB (Red+Green+Blue) = 139+193+14=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC10E is #743EF1. Grayscale: #9D9D9D. Windows color (decimal): -7618290 or 967051. OLE color: 967051.
HSL color Cylindrical-coordinate representation of color #8BC10E: hue angle of 78.1º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BC10E is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 14 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.24 |
| HSL | 78.1º | 0.86% | 0.41% | - |
| HSV(B) | 78.1º | 0.93% | 0.76% | - |
| XYZ | 29.8 | 43.66 | 7.27 | - |
| YUV | 156.45 | 47.61 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 14 | 0.28 | 0 | 0.93 | 0.24 | 78.1 | 0.86 | 0.41 |
| Hex | 8B | C1 | E | 1C | 0 | 5D | 18 | 4E | 56 | 29 |
| Octal | 213 | 301 | 16 | 34 | 0 | 135 | 30 | 116 | 126 | 51 |
| Binary | 10001011 | 11000001 | 1110 | 11100 | 0 | 1011101 | 11000 | 1001110 | 1010110 | 101001 |
Color Harmonies of #8BC10E
Complementary color
Monochromatic Colors of #8BC10E
Black with #8BC10E
Text Example
Text Example
White with #8BC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC10E; }
p { color: rgb(139,193,14); }
H1.HeaderClassName
{
color: #8BC10E;
}
.AnyTagClassName
{
color: #8BC10E;
}
</style>
background-color css
<style>
a { background-color: #8BC10E; }
a { background-color: rgb(139,193,14); }
div.DivClassName
{
background-color: #8BC10E;
}
.BgClassName
{
background-color: #8BC10E;
}
</style>
border-color css
<style>
span { border-color: #8BC10E; }
span { border-color: rgb(139,193,14); }
td.TdClassName
{
border-color: #8BC10E;
}
.TagClassName
{
border-color: #8BC10E;
}
</style>