Shades of Citrus #8CC700
Tints of Citrus #8CC700
RGB
CMYK
RGB Variations
Color information
#8CC700 (or 0x8CC700) is known color: Citrus. HEX triplet: 8C, C7 and 00. RGB value is (140,199,0). Sum of RGB (Red+Green+Blue) = 140+199+0=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC700 is #7338FF. Grayscale: #9F9F9F. Windows color (decimal): -7551232 or 51084. OLE color: 51084.
HSL color Cylindrical-coordinate representation of color #8CC700: hue angle of 77.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CC700 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.22 |
| HSL | 77.79º | 1% | 0.39% | - |
| HSV(B) | 77.79º | 1% | 0.78% | - |
| XYZ | 31.24 | 46.42 | 7.31 | - |
| YUV | 158.67 | 38.45 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 0 | 0.30 | 0 | 1 | 0.22 | 77.79 | 1 | 0.39 |
| Hex | 8C | C7 | 0 | 1E | 0 | 64 | 16 | 4E | 64 | 27 |
| Octal | 214 | 307 | 0 | 36 | 0 | 144 | 26 | 116 | 144 | 47 |
| Binary | 10001100 | 11000111 | 0 | 11110 | 0 | 1100100 | 10110 | 1001110 | 1100100 | 100111 |
Color Harmonies of #8CC700
Complementary color
Monochromatic Colors of #8CC700
Black with #8CC700
Text Example
Text Example
White with #8CC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC700; }
p { color: rgb(140,199,0); }
H1.HeaderClassName
{
color: #8CC700;
}
.AnyTagClassName
{
color: #8CC700;
}
</style>
background-color css
<style>
a { background-color: #8CC700; }
a { background-color: rgb(140,199,0); }
div.DivClassName
{
background-color: #8CC700;
}
.BgClassName
{
background-color: #8CC700;
}
</style>
border-color css
<style>
span { border-color: #8CC700; }
span { border-color: rgb(140,199,0); }
td.TdClassName
{
border-color: #8CC700;
}
.TagClassName
{
border-color: #8CC700;
}
</style>