Shades of Citrus #8CC411
Tints of Citrus #8CC411
RGB
CMYK
RGB Variations
Color information
#8CC411 (or 0x8CC411) is known color: Citrus. HEX triplet: 8C, C4 and 11. RGB value is (140,196,17). Sum of RGB (Red+Green+Blue) = 140+196+17=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC411 is #733BEE. Grayscale: #9F9F9F. Windows color (decimal): -7551983 or 1164428. OLE color: 1164428.
HSL color Cylindrical-coordinate representation of color #8CC411: hue angle of 78.77º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CC411 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 17 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.23 |
| HSL | 78.77º | 0.84% | 0.42% | - |
| HSV(B) | 78.77º | 0.91% | 0.77% | - |
| XYZ | 30.66 | 45.1 | 7.62 | - |
| YUV | 158.85 | 47.95 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 17 | 0.29 | 0 | 0.91 | 0.23 | 78.77 | 0.84 | 0.42 |
| Hex | 8C | C4 | 11 | 1D | 0 | 5B | 17 | 4F | 54 | 2A |
| Octal | 214 | 304 | 21 | 35 | 0 | 133 | 27 | 117 | 124 | 52 |
| Binary | 10001100 | 11000100 | 10001 | 11101 | 0 | 1011011 | 10111 | 1001111 | 1010100 | 101010 |
Color Harmonies of #8CC411
Complementary color
Monochromatic Colors of #8CC411
Black with #8CC411
Text Example
Text Example
White with #8CC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC411; }
p { color: rgb(140,196,17); }
H1.HeaderClassName
{
color: #8CC411;
}
.AnyTagClassName
{
color: #8CC411;
}
</style>
background-color css
<style>
a { background-color: #8CC411; }
a { background-color: rgb(140,196,17); }
div.DivClassName
{
background-color: #8CC411;
}
.BgClassName
{
background-color: #8CC411;
}
</style>
border-color css
<style>
span { border-color: #8CC411; }
span { border-color: rgb(140,196,17); }
td.TdClassName
{
border-color: #8CC411;
}
.TagClassName
{
border-color: #8CC411;
}
</style>