Shades of Citrus #8CC105
Tints of Citrus #8CC105
RGB
CMYK
RGB Variations
Color information
#8CC105 (or 0x8CC105) is known color: Citrus. HEX triplet: 8C, C1 and 05. RGB value is (140,193,5). Sum of RGB (Red+Green+Blue) = 140+193+5=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC105 is #733EFA. Grayscale: #9C9C9C. Windows color (decimal): -7552763 or 377228. OLE color: 377228.
HSL color Cylindrical-coordinate representation of color #8CC105: hue angle of 76.91º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CC105 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.24 |
| HSL | 76.91º | 0.95% | 0.39% | - |
| HSV(B) | 76.91º | 0.97% | 0.76% | - |
| XYZ | 29.91 | 43.73 | 7.01 | - |
| YUV | 155.72 | 42.94 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 5 | 0.27 | 0 | 0.97 | 0.24 | 76.91 | 0.95 | 0.39 |
| Hex | 8C | C1 | 5 | 1B | 0 | 61 | 18 | 4D | 5F | 27 |
| Octal | 214 | 301 | 5 | 33 | 0 | 141 | 30 | 115 | 137 | 47 |
| Binary | 10001100 | 11000001 | 101 | 11011 | 0 | 1100001 | 11000 | 1001101 | 1011111 | 100111 |
Color Harmonies of #8CC105
Complementary color
Monochromatic Colors of #8CC105
Black with #8CC105
Text Example
Text Example
White with #8CC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC105; }
p { color: rgb(140,193,5); }
H1.HeaderClassName
{
color: #8CC105;
}
.AnyTagClassName
{
color: #8CC105;
}
</style>
background-color css
<style>
a { background-color: #8CC105; }
a { background-color: rgb(140,193,5); }
div.DivClassName
{
background-color: #8CC105;
}
.BgClassName
{
background-color: #8CC105;
}
</style>
border-color css
<style>
span { border-color: #8CC105; }
span { border-color: rgb(140,193,5); }
td.TdClassName
{
border-color: #8CC105;
}
.TagClassName
{
border-color: #8CC105;
}
</style>