Shades of Citrus #8BC711
Tints of Citrus #8BC711
RGB
CMYK
RGB Variations
Color information
#8BC711 (or 0x8BC711) is known color: Citrus. HEX triplet: 8B, C7 and 11. RGB value is (139,199,17). Sum of RGB (Red+Green+Blue) = 139+199+17=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 199 (78.12% from 255 or 56.06% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC711 is #7438EE. Grayscale: #A0A0A0. Windows color (decimal): -7616751 or 1165195. OLE color: 1165195.
HSL color Cylindrical-coordinate representation of color #8BC711: hue angle of 79.78º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BC711 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 17 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.22 |
| HSL | 79.78º | 0.84% | 0.42% | - |
| HSV(B) | 79.78º | 0.91% | 0.78% | - |
| XYZ | 31.17 | 46.38 | 7.84 | - |
| YUV | 160.31 | 47.12 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 17 | 0.30 | 0 | 0.91 | 0.22 | 79.78 | 0.84 | 0.42 |
| Hex | 8B | C7 | 11 | 1E | 0 | 5B | 16 | 50 | 54 | 2A |
| Octal | 213 | 307 | 21 | 36 | 0 | 133 | 26 | 120 | 124 | 52 |
| Binary | 10001011 | 11000111 | 10001 | 11110 | 0 | 1011011 | 10110 | 1010000 | 1010100 | 101010 |
Color Harmonies of #8BC711
Complementary color
Monochromatic Colors of #8BC711
Black with #8BC711
Text Example
Text Example
White with #8BC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC711; }
p { color: rgb(139,199,17); }
H1.HeaderClassName
{
color: #8BC711;
}
.AnyTagClassName
{
color: #8BC711;
}
</style>
background-color css
<style>
a { background-color: #8BC711; }
a { background-color: rgb(139,199,17); }
div.DivClassName
{
background-color: #8BC711;
}
.BgClassName
{
background-color: #8BC711;
}
</style>
border-color css
<style>
span { border-color: #8BC711; }
span { border-color: rgb(139,199,17); }
td.TdClassName
{
border-color: #8BC711;
}
.TagClassName
{
border-color: #8BC711;
}
</style>