Shades of Citrus #8BCC11
Tints of Citrus #8BCC11
RGB
CMYK
RGB Variations
Color information
#8BCC11 (or 0x8BCC11) is known color: Citrus. HEX triplet: 8B, CC and 11. RGB value is (139,204,17). Sum of RGB (Red+Green+Blue) = 139+204+17=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCC11 is #7433EE. Grayscale: #A3A3A3. Windows color (decimal): -7615471 or 1166475. OLE color: 1166475.
HSL color Cylindrical-coordinate representation of color #8BCC11: hue angle of 80.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BCC11 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 17 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.2 |
| HSL | 80.86º | 0.85% | 0.43% | - |
| HSV(B) | 80.86º | 0.92% | 0.8% | - |
| XYZ | 32.34 | 48.72 | 8.23 | - |
| YUV | 163.25 | 45.47 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 17 | 0.32 | 0 | 0.92 | 0.2 | 80.86 | 0.85 | 0.43 |
| Hex | 8B | CC | 11 | 20 | 0 | 5C | 14 | 51 | 55 | 2B |
| Octal | 213 | 314 | 21 | 40 | 0 | 134 | 24 | 121 | 125 | 53 |
| Binary | 10001011 | 11001100 | 10001 | 100000 | 0 | 1011100 | 10100 | 1010001 | 1010101 | 101011 |
Color Harmonies of #8BCC11
Complementary color
Monochromatic Colors of #8BCC11
Black with #8BCC11
Text Example
Text Example
White with #8BCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCC11; }
p { color: rgb(139,204,17); }
H1.HeaderClassName
{
color: #8BCC11;
}
.AnyTagClassName
{
color: #8BCC11;
}
</style>
background-color css
<style>
a { background-color: #8BCC11; }
a { background-color: rgb(139,204,17); }
div.DivClassName
{
background-color: #8BCC11;
}
.BgClassName
{
background-color: #8BCC11;
}
</style>
border-color css
<style>
span { border-color: #8BCC11; }
span { border-color: rgb(139,204,17); }
td.TdClassName
{
border-color: #8BCC11;
}
.TagClassName
{
border-color: #8BCC11;
}
</style>