Shades of Citrus #8DC005
Tints of Citrus #8DC005
RGB
CMYK
RGB Variations
Color information
#8DC005 (or 0x8DC005) is known color: Citrus. HEX triplet: 8D, C0 and 05. RGB value is (141,192,5). Sum of RGB (Red+Green+Blue) = 141+192+5=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC005 is #723FFA. Grayscale: #9C9C9C. Windows color (decimal): -7487483 or 376973. OLE color: 376973.
HSL color Cylindrical-coordinate representation of color #8DC005: hue angle of 76.36º 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 #8DC005 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.25 |
| HSL | 76.36º | 0.95% | 0.39% | - |
| HSV(B) | 76.36º | 0.97% | 0.75% | - |
| XYZ | 29.86 | 43.37 | 6.94 | - |
| YUV | 155.43 | 43.1 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 5 | 0.27 | 0 | 0.97 | 0.25 | 76.36 | 0.95 | 0.39 |
| Hex | 8D | C0 | 5 | 1B | 0 | 61 | 19 | 4C | 5F | 27 |
| Octal | 215 | 300 | 5 | 33 | 0 | 141 | 31 | 114 | 137 | 47 |
| Binary | 10001101 | 11000000 | 101 | 11011 | 0 | 1100001 | 11001 | 1001100 | 1011111 | 100111 |
Color Harmonies of #8DC005
Complementary color
Monochromatic Colors of #8DC005
Black with #8DC005
Text Example
Text Example
White with #8DC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC005; }
p { color: rgb(141,192,5); }
H1.HeaderClassName
{
color: #8DC005;
}
.AnyTagClassName
{
color: #8DC005;
}
</style>
background-color css
<style>
a { background-color: #8DC005; }
a { background-color: rgb(141,192,5); }
div.DivClassName
{
background-color: #8DC005;
}
.BgClassName
{
background-color: #8DC005;
}
</style>
border-color css
<style>
span { border-color: #8DC005; }
span { border-color: rgb(141,192,5); }
td.TdClassName
{
border-color: #8DC005;
}
.TagClassName
{
border-color: #8DC005;
}
</style>