Shades of Citrus #8CC400
Tints of Citrus #8CC400
RGB
CMYK
RGB Variations
Color information
#8CC400 (or 0x8CC400) is known color: Citrus. HEX triplet: 8C, C4 and 00. RGB value is (140,196,0). Sum of RGB (Red+Green+Blue) = 140+196+0=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC400 is #733BFF. Grayscale: #9D9D9D. Windows color (decimal): -7552000 or 50316. OLE color: 50316.
HSL color Cylindrical-coordinate representation of color #8CC400: hue angle of 77.14º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CC400 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.23 |
| HSL | 77.14º | 1% | 0.38% | - |
| HSV(B) | 77.14º | 1% | 0.77% | - |
| XYZ | 30.56 | 45.06 | 7.09 | - |
| YUV | 156.91 | 39.45 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 0 | 0.29 | 0 | 1 | 0.23 | 77.14 | 1 | 0.38 |
| Hex | 8C | C4 | 0 | 1D | 0 | 64 | 17 | 4D | 64 | 26 |
| Octal | 214 | 304 | 0 | 35 | 0 | 144 | 27 | 115 | 144 | 46 |
| Binary | 10001100 | 11000100 | 0 | 11101 | 0 | 1100100 | 10111 | 1001101 | 1100100 | 100110 |
Color Harmonies of #8CC400
Complementary color
Monochromatic Colors of #8CC400
Black with #8CC400
Text Example
Text Example
White with #8CC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC400; }
p { color: rgb(140,196,0); }
H1.HeaderClassName
{
color: #8CC400;
}
.AnyTagClassName
{
color: #8CC400;
}
</style>
background-color css
<style>
a { background-color: #8CC400; }
a { background-color: rgb(140,196,0); }
div.DivClassName
{
background-color: #8CC400;
}
.BgClassName
{
background-color: #8CC400;
}
</style>
border-color css
<style>
span { border-color: #8CC400; }
span { border-color: rgb(140,196,0); }
td.TdClassName
{
border-color: #8CC400;
}
.TagClassName
{
border-color: #8CC400;
}
</style>