Shades of Citrus #8DB10D
Tints of Citrus #8DB10D
RGB
CMYK
RGB Variations
Color information
#8DB10D (or 0x8DB10D) is known color: Citrus. HEX triplet: 8D, B1 and 0D. RGB value is (141,177,13). Sum of RGB (Red+Green+Blue) = 141+177+13=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB10D is #724EF2. Grayscale: #949494. Windows color (decimal): -7491315 or 897421. OLE color: 897421.
HSL color Cylindrical-coordinate representation of color #8DB10D: hue angle of 73.17º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DB10D is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 13 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.31 |
| HSL | 73.17º | 0.86% | 0.37% | - |
| HSV(B) | 73.17º | 0.93% | 0.69% | - |
| XYZ | 26.78 | 37.14 | 6.14 | - |
| YUV | 147.54 | 52.07 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 13 | 0.20 | 0 | 0.93 | 0.31 | 73.17 | 0.86 | 0.37 |
| Hex | 8D | B1 | D | 14 | 0 | 5D | 1F | 49 | 56 | 25 |
| Octal | 215 | 261 | 15 | 24 | 0 | 135 | 37 | 111 | 126 | 45 |
| Binary | 10001101 | 10110001 | 1101 | 10100 | 0 | 1011101 | 11111 | 1001001 | 1010110 | 100101 |
Color Harmonies of #8DB10D
Complementary color
Monochromatic Colors of #8DB10D
Black with #8DB10D
Text Example
Text Example
White with #8DB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB10D; }
p { color: rgb(141,177,13); }
H1.HeaderClassName
{
color: #8DB10D;
}
.AnyTagClassName
{
color: #8DB10D;
}
</style>
background-color css
<style>
a { background-color: #8DB10D; }
a { background-color: rgb(141,177,13); }
div.DivClassName
{
background-color: #8DB10D;
}
.BgClassName
{
background-color: #8DB10D;
}
</style>
border-color css
<style>
span { border-color: #8DB10D; }
span { border-color: rgb(141,177,13); }
td.TdClassName
{
border-color: #8DB10D;
}
.TagClassName
{
border-color: #8DB10D;
}
</style>