Shades of Citrus #8DB110
Tints of Citrus #8DB110
RGB
CMYK
RGB Variations
Color information
#8DB110 (or 0x8DB110) is known color: Citrus. HEX triplet: 8D, B1 and 10. RGB value is (141,177,16). Sum of RGB (Red+Green+Blue) = 141+177+16=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB110 is #724EEF. Grayscale: #949494. Windows color (decimal): -7491312 or 1094029. OLE color: 1094029.
HSL color Cylindrical-coordinate representation of color #8DB110: hue angle of 73.42º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DB110 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 16 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.31 |
| HSL | 73.42º | 0.83% | 0.38% | - |
| HSV(B) | 73.42º | 0.91% | 0.69% | - |
| XYZ | 26.8 | 37.14 | 6.25 | - |
| YUV | 147.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 16 | 0.20 | 0 | 0.91 | 0.31 | 73.42 | 0.83 | 0.38 |
| Hex | 8D | B1 | 10 | 14 | 0 | 5B | 1F | 49 | 53 | 26 |
| Octal | 215 | 261 | 20 | 24 | 0 | 133 | 37 | 111 | 123 | 46 |
| Binary | 10001101 | 10110001 | 10000 | 10100 | 0 | 1011011 | 11111 | 1001001 | 1010011 | 100110 |
Color Harmonies of #8DB110
Complementary color
Monochromatic Colors of #8DB110
Black with #8DB110
Text Example
Text Example
White with #8DB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB110; }
p { color: rgb(141,177,16); }
H1.HeaderClassName
{
color: #8DB110;
}
.AnyTagClassName
{
color: #8DB110;
}
</style>
background-color css
<style>
a { background-color: #8DB110; }
a { background-color: rgb(141,177,16); }
div.DivClassName
{
background-color: #8DB110;
}
.BgClassName
{
background-color: #8DB110;
}
</style>
border-color css
<style>
span { border-color: #8DB110; }
span { border-color: rgb(141,177,16); }
td.TdClassName
{
border-color: #8DB110;
}
.TagClassName
{
border-color: #8DB110;
}
</style>