Shades of Citrus #8CC205
Tints of Citrus #8CC205
RGB
CMYK
RGB Variations
Color information
#8CC205 (or 0x8CC205) is known color: Citrus. HEX triplet: 8C, C2 and 05. RGB value is (140,194,5). Sum of RGB (Red+Green+Blue) = 140+194+5=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC205 is #733DFA. Grayscale: #9D9D9D. Windows color (decimal): -7552507 or 377484. OLE color: 377484.
HSL color Cylindrical-coordinate representation of color #8CC205: hue angle of 77.14º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CC205 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.24 |
| HSL | 77.14º | 0.95% | 0.39% | - |
| HSV(B) | 77.14º | 0.97% | 0.76% | - |
| XYZ | 30.13 | 44.17 | 7.08 | - |
| YUV | 156.31 | 42.61 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 5 | 0.28 | 0 | 0.97 | 0.24 | 77.14 | 0.95 | 0.39 |
| Hex | 8C | C2 | 5 | 1C | 0 | 61 | 18 | 4D | 5F | 27 |
| Octal | 214 | 302 | 5 | 34 | 0 | 141 | 30 | 115 | 137 | 47 |
| Binary | 10001100 | 11000010 | 101 | 11100 | 0 | 1100001 | 11000 | 1001101 | 1011111 | 100111 |
Color Harmonies of #8CC205
Complementary color
Monochromatic Colors of #8CC205
Black with #8CC205
Text Example
Text Example
White with #8CC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC205; }
p { color: rgb(140,194,5); }
H1.HeaderClassName
{
color: #8CC205;
}
.AnyTagClassName
{
color: #8CC205;
}
</style>
background-color css
<style>
a { background-color: #8CC205; }
a { background-color: rgb(140,194,5); }
div.DivClassName
{
background-color: #8CC205;
}
.BgClassName
{
background-color: #8CC205;
}
</style>
border-color css
<style>
span { border-color: #8CC205; }
span { border-color: rgb(140,194,5); }
td.TdClassName
{
border-color: #8CC205;
}
.TagClassName
{
border-color: #8CC205;
}
</style>