Shades of Citrus #8CC70C
Tints of Citrus #8CC70C
RGB
CMYK
RGB Variations
Color information
#8CC70C (or 0x8CC70C) is known color: Citrus. HEX triplet: 8C, C7 and 0C. RGB value is (140,199,12). Sum of RGB (Red+Green+Blue) = 140+199+12=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 199 (78.12% from 255 or 56.70% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC70C is #7338F3. Grayscale: #A0A0A0. Windows color (decimal): -7551220 or 837516. OLE color: 837516.
HSL color Cylindrical-coordinate representation of color #8CC70C: hue angle of 78.93º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CC70C is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 12 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.22 |
| HSL | 78.93º | 0.89% | 0.41% | - |
| HSV(B) | 78.93º | 0.94% | 0.78% | - |
| XYZ | 31.31 | 46.45 | 7.66 | - |
| YUV | 160.04 | 44.45 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 12 | 0.30 | 0 | 0.94 | 0.22 | 78.93 | 0.89 | 0.41 |
| Hex | 8C | C7 | C | 1E | 0 | 5E | 16 | 4F | 59 | 29 |
| Octal | 214 | 307 | 14 | 36 | 0 | 136 | 26 | 117 | 131 | 51 |
| Binary | 10001100 | 11000111 | 1100 | 11110 | 0 | 1011110 | 10110 | 1001111 | 1011001 | 101001 |
Color Harmonies of #8CC70C
Complementary color
Monochromatic Colors of #8CC70C
Black with #8CC70C
Text Example
Text Example
White with #8CC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC70C; }
p { color: rgb(140,199,12); }
H1.HeaderClassName
{
color: #8CC70C;
}
.AnyTagClassName
{
color: #8CC70C;
}
</style>
background-color css
<style>
a { background-color: #8CC70C; }
a { background-color: rgb(140,199,12); }
div.DivClassName
{
background-color: #8CC70C;
}
.BgClassName
{
background-color: #8CC70C;
}
</style>
border-color css
<style>
span { border-color: #8CC70C; }
span { border-color: rgb(140,199,12); }
td.TdClassName
{
border-color: #8CC70C;
}
.TagClassName
{
border-color: #8CC70C;
}
</style>