Shades of Citrus #8CC706
Tints of Citrus #8CC706
RGB
CMYK
RGB Variations
Color information
#8CC706 (or 0x8CC706) is known color: Citrus. HEX triplet: 8C, C7 and 06. RGB value is (140,199,6). Sum of RGB (Red+Green+Blue) = 140+199+6=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 199 (78.12% from 255 or 57.68% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC706 is #7338F9. Grayscale: #A0A0A0. Windows color (decimal): -7551226 or 444300. OLE color: 444300.
HSL color Cylindrical-coordinate representation of color #8CC706: hue angle of 78.34º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CC706 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 6 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.22 |
| HSL | 78.34º | 0.94% | 0.4% | - |
| HSV(B) | 78.34º | 0.97% | 0.78% | - |
| XYZ | 31.27 | 46.44 | 7.49 | - |
| YUV | 159.36 | 41.45 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 6 | 0.30 | 0 | 0.97 | 0.22 | 78.34 | 0.94 | 0.4 |
| Hex | 8C | C7 | 6 | 1E | 0 | 61 | 16 | 4E | 5E | 28 |
| Octal | 214 | 307 | 6 | 36 | 0 | 141 | 26 | 116 | 136 | 50 |
| Binary | 10001100 | 11000111 | 110 | 11110 | 0 | 1100001 | 10110 | 1001110 | 1011110 | 101000 |
Color Harmonies of #8CC706
Complementary color
Monochromatic Colors of #8CC706
Black with #8CC706
Text Example
Text Example
White with #8CC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC706; }
p { color: rgb(140,199,6); }
H1.HeaderClassName
{
color: #8CC706;
}
.AnyTagClassName
{
color: #8CC706;
}
</style>
background-color css
<style>
a { background-color: #8CC706; }
a { background-color: rgb(140,199,6); }
div.DivClassName
{
background-color: #8CC706;
}
.BgClassName
{
background-color: #8CC706;
}
</style>
border-color css
<style>
span { border-color: #8CC706; }
span { border-color: rgb(140,199,6); }
td.TdClassName
{
border-color: #8CC706;
}
.TagClassName
{
border-color: #8CC706;
}
</style>