Shades of Citrus #8CC607
Tints of Citrus #8CC607
RGB
CMYK
RGB Variations
Color information
#8CC607 (or 0x8CC607) is known color: Citrus. HEX triplet: 8C, C6 and 07. RGB value is (140,198,7). Sum of RGB (Red+Green+Blue) = 140+198+7=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC607 is #7339F8. Grayscale: #9F9F9F. Windows color (decimal): -7551481 or 509580. OLE color: 509580.
HSL color Cylindrical-coordinate representation of color #8CC607: hue angle of 78.22º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CC607 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 198 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.22 |
| HSL | 78.22º | 0.93% | 0.4% | - |
| HSV(B) | 78.22º | 0.96% | 0.78% | - |
| XYZ | 31.05 | 45.98 | 7.44 | - |
| YUV | 158.88 | 42.28 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 7 | 0.29 | 0 | 0.96 | 0.22 | 78.22 | 0.93 | 0.4 |
| Hex | 8C | C6 | 7 | 1D | 0 | 60 | 16 | 4E | 5D | 28 |
| Octal | 214 | 306 | 7 | 35 | 0 | 140 | 26 | 116 | 135 | 50 |
| Binary | 10001100 | 11000110 | 111 | 11101 | 0 | 1100000 | 10110 | 1001110 | 1011101 | 101000 |
Color Harmonies of #8CC607
Complementary color
Monochromatic Colors of #8CC607
Black with #8CC607
Text Example
Text Example
White with #8CC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC607; }
p { color: rgb(140,198,7); }
H1.HeaderClassName
{
color: #8CC607;
}
.AnyTagClassName
{
color: #8CC607;
}
</style>
background-color css
<style>
a { background-color: #8CC607; }
a { background-color: rgb(140,198,7); }
div.DivClassName
{
background-color: #8CC607;
}
.BgClassName
{
background-color: #8CC607;
}
</style>
border-color css
<style>
span { border-color: #8CC607; }
span { border-color: rgb(140,198,7); }
td.TdClassName
{
border-color: #8CC607;
}
.TagClassName
{
border-color: #8CC607;
}
</style>