Shades of Citrus #8DB410
Tints of Citrus #8DB410
RGB
CMYK
RGB Variations
Color information
#8DB410 (or 0x8DB410) is known color: Citrus. HEX triplet: 8D, B4 and 10. RGB value is (141,180,16). Sum of RGB (Red+Green+Blue) = 141+180+16=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB410 is #724BEF. Grayscale: #969696. Windows color (decimal): -7490544 or 1094797. OLE color: 1094797.
HSL color Cylindrical-coordinate representation of color #8DB410: hue angle of 74.27º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DB410 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 16 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.29 |
| HSL | 74.27º | 0.84% | 0.38% | - |
| HSV(B) | 74.27º | 0.91% | 0.71% | - |
| XYZ | 27.4 | 38.34 | 6.45 | - |
| YUV | 149.64 | 52.58 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 16 | 0.22 | 0 | 0.91 | 0.29 | 74.27 | 0.84 | 0.38 |
| Hex | 8D | B4 | 10 | 16 | 0 | 5B | 1D | 4A | 54 | 26 |
| Octal | 215 | 264 | 20 | 26 | 0 | 133 | 35 | 112 | 124 | 46 |
| Binary | 10001101 | 10110100 | 10000 | 10110 | 0 | 1011011 | 11101 | 1001010 | 1010100 | 100110 |
Color Harmonies of #8DB410
Complementary color
Monochromatic Colors of #8DB410
Black with #8DB410
Text Example
Text Example
White with #8DB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB410; }
p { color: rgb(141,180,16); }
H1.HeaderClassName
{
color: #8DB410;
}
.AnyTagClassName
{
color: #8DB410;
}
</style>
background-color css
<style>
a { background-color: #8DB410; }
a { background-color: rgb(141,180,16); }
div.DivClassName
{
background-color: #8DB410;
}
.BgClassName
{
background-color: #8DB410;
}
</style>
border-color css
<style>
span { border-color: #8DB410; }
span { border-color: rgb(141,180,16); }
td.TdClassName
{
border-color: #8DB410;
}
.TagClassName
{
border-color: #8DB410;
}
</style>