Shades of Citrus #8CC005
Tints of Citrus #8CC005
RGB
CMYK
RGB Variations
Color information
#8CC005 (or 0x8CC005) is known color: Citrus. HEX triplet: 8C, C0 and 05. RGB value is (140,192,5). Sum of RGB (Red+Green+Blue) = 140+192+5=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC005 is #733FFA. Grayscale: #9B9B9B. Windows color (decimal): -7553019 or 376972. OLE color: 376972.
HSL color Cylindrical-coordinate representation of color #8CC005: hue angle of 76.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CC005 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.25 |
| HSL | 76.68º | 0.95% | 0.39% | - |
| HSV(B) | 76.68º | 0.97% | 0.75% | - |
| XYZ | 29.69 | 43.29 | 6.93 | - |
| YUV | 155.13 | 43.27 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 5 | 0.27 | 0 | 0.97 | 0.25 | 76.68 | 0.95 | 0.39 |
| Hex | 8C | C0 | 5 | 1B | 0 | 61 | 19 | 4D | 5F | 27 |
| Octal | 214 | 300 | 5 | 33 | 0 | 141 | 31 | 115 | 137 | 47 |
| Binary | 10001100 | 11000000 | 101 | 11011 | 0 | 1100001 | 11001 | 1001101 | 1011111 | 100111 |
Color Harmonies of #8CC005
Complementary color
Monochromatic Colors of #8CC005
Black with #8CC005
Text Example
Text Example
White with #8CC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC005; }
p { color: rgb(140,192,5); }
H1.HeaderClassName
{
color: #8CC005;
}
.AnyTagClassName
{
color: #8CC005;
}
</style>
background-color css
<style>
a { background-color: #8CC005; }
a { background-color: rgb(140,192,5); }
div.DivClassName
{
background-color: #8CC005;
}
.BgClassName
{
background-color: #8CC005;
}
</style>
border-color css
<style>
span { border-color: #8CC005; }
span { border-color: rgb(140,192,5); }
td.TdClassName
{
border-color: #8CC005;
}
.TagClassName
{
border-color: #8CC005;
}
</style>