Shades of Citrus #8CC111
Tints of Citrus #8CC111
RGB
CMYK
RGB Variations
Color information
#8CC111 (or 0x8CC111) is known color: Citrus. HEX triplet: 8C, C1 and 11. RGB value is (140,193,17). Sum of RGB (Red+Green+Blue) = 140+193+17=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC111 is #733EEE. Grayscale: #9D9D9D. Windows color (decimal): -7552751 or 1163660. OLE color: 1163660.
HSL color Cylindrical-coordinate representation of color #8CC111: hue angle of 78.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CC111 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 17 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.24 |
| HSL | 78.07º | 0.84% | 0.41% | - |
| HSV(B) | 78.07º | 0.91% | 0.76% | - |
| XYZ | 29.99 | 43.76 | 7.4 | - |
| YUV | 157.09 | 48.94 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 17 | 0.27 | 0 | 0.91 | 0.24 | 78.07 | 0.84 | 0.41 |
| Hex | 8C | C1 | 11 | 1B | 0 | 5B | 18 | 4E | 54 | 29 |
| Octal | 214 | 301 | 21 | 33 | 0 | 133 | 30 | 116 | 124 | 51 |
| Binary | 10001100 | 11000001 | 10001 | 11011 | 0 | 1011011 | 11000 | 1001110 | 1010100 | 101001 |
Color Harmonies of #8CC111
Complementary color
Monochromatic Colors of #8CC111
Black with #8CC111
Text Example
Text Example
White with #8CC111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC111; }
p { color: rgb(140,193,17); }
H1.HeaderClassName
{
color: #8CC111;
}
.AnyTagClassName
{
color: #8CC111;
}
</style>
background-color css
<style>
a { background-color: #8CC111; }
a { background-color: rgb(140,193,17); }
div.DivClassName
{
background-color: #8CC111;
}
.BgClassName
{
background-color: #8CC111;
}
</style>
border-color css
<style>
span { border-color: #8CC111; }
span { border-color: rgb(140,193,17); }
td.TdClassName
{
border-color: #8CC111;
}
.TagClassName
{
border-color: #8CC111;
}
</style>