Shades of Citrus #8DB400
Tints of Citrus #8DB400
RGB
CMYK
RGB Variations
Color information
#8DB400 (or 0x8DB400) is known color: Citrus. HEX triplet: 8D, B4 and 00. RGB value is (141,180,0). Sum of RGB (Red+Green+Blue) = 141+180+0=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB400 is #724BFF. Grayscale: #949494. Windows color (decimal): -7490560 or 46221. OLE color: 46221.
HSL color Cylindrical-coordinate representation of color #8DB400: hue angle of 73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DB400 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.29 |
| HSL | 73º | 1% | 0.35% | - |
| HSV(B) | 73º | 1% | 0.71% | - |
| XYZ | 27.31 | 38.31 | 5.95 | - |
| YUV | 147.82 | 44.58 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 0 | 0.22 | 0 | 1 | 0.29 | 73 | 1 | 0.35 |
| Hex | 8D | B4 | 0 | 16 | 0 | 64 | 1D | 49 | 64 | 23 |
| Octal | 215 | 264 | 0 | 26 | 0 | 144 | 35 | 111 | 144 | 43 |
| Binary | 10001101 | 10110100 | 0 | 10110 | 0 | 1100100 | 11101 | 1001001 | 1100100 | 100011 |
Color Harmonies of #8DB400
Complementary color
Monochromatic Colors of #8DB400
Black with #8DB400
Text Example
Text Example
White with #8DB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB400; }
p { color: rgb(141,180,0); }
H1.HeaderClassName
{
color: #8DB400;
}
.AnyTagClassName
{
color: #8DB400;
}
</style>
background-color css
<style>
a { background-color: #8DB400; }
a { background-color: rgb(141,180,0); }
div.DivClassName
{
background-color: #8DB400;
}
.BgClassName
{
background-color: #8DB400;
}
</style>
border-color css
<style>
span { border-color: #8DB400; }
span { border-color: rgb(141,180,0); }
td.TdClassName
{
border-color: #8DB400;
}
.TagClassName
{
border-color: #8DB400;
}
</style>