Shades of Citrus #8DC008
Tints of Citrus #8DC008
RGB
CMYK
RGB Variations
Color information
#8DC008 (or 0x8DC008) is known color: Citrus. HEX triplet: 8D, C0 and 08. RGB value is (141,192,8). Sum of RGB (Red+Green+Blue) = 141+192+8=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC008 is #723FF7. Grayscale: #9C9C9C. Windows color (decimal): -7487480 or 573581. OLE color: 573581.
HSL color Cylindrical-coordinate representation of color #8DC008: hue angle of 76.63º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DC008 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.25 |
| HSL | 76.63º | 0.92% | 0.39% | - |
| HSV(B) | 76.63º | 0.96% | 0.75% | - |
| XYZ | 29.88 | 43.38 | 7.03 | - |
| YUV | 155.78 | 44.6 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 8 | 0.27 | 0 | 0.96 | 0.25 | 76.63 | 0.92 | 0.39 |
| Hex | 8D | C0 | 8 | 1B | 0 | 60 | 19 | 4D | 5C | 27 |
| Octal | 215 | 300 | 10 | 33 | 0 | 140 | 31 | 115 | 134 | 47 |
| Binary | 10001101 | 11000000 | 1000 | 11011 | 0 | 1100000 | 11001 | 1001101 | 1011100 | 100111 |
Color Harmonies of #8DC008
Complementary color
Monochromatic Colors of #8DC008
Black with #8DC008
Text Example
Text Example
White with #8DC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC008; }
p { color: rgb(141,192,8); }
H1.HeaderClassName
{
color: #8DC008;
}
.AnyTagClassName
{
color: #8DC008;
}
</style>
background-color css
<style>
a { background-color: #8DC008; }
a { background-color: rgb(141,192,8); }
div.DivClassName
{
background-color: #8DC008;
}
.BgClassName
{
background-color: #8DC008;
}
</style>
border-color css
<style>
span { border-color: #8DC008; }
span { border-color: rgb(141,192,8); }
td.TdClassName
{
border-color: #8DC008;
}
.TagClassName
{
border-color: #8DC008;
}
</style>