Shades of Citrus #8DB70A
Tints of Citrus #8DB70A
RGB
CMYK
RGB Variations
Color information
#8DB70A (or 0x8DB70A) is known color: Citrus. HEX triplet: 8D, B7 and 0A. RGB value is (141,183,10). Sum of RGB (Red+Green+Blue) = 141+183+10=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB70A is #7248F5. Grayscale: #979797. Windows color (decimal): -7489782 or 702349. OLE color: 702349.
HSL color Cylindrical-coordinate representation of color #8DB70A: hue angle of 74.57º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DB70A is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 10 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.28 |
| HSL | 74.57º | 0.9% | 0.38% | - |
| HSV(B) | 74.57º | 0.95% | 0.72% | - |
| XYZ | 27.97 | 39.55 | 6.45 | - |
| YUV | 150.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 10 | 0.23 | 0 | 0.95 | 0.28 | 74.57 | 0.9 | 0.38 |
| Hex | 8D | B7 | A | 17 | 0 | 5F | 1C | 4B | 5A | 26 |
| Octal | 215 | 267 | 12 | 27 | 0 | 137 | 34 | 113 | 132 | 46 |
| Binary | 10001101 | 10110111 | 1010 | 10111 | 0 | 1011111 | 11100 | 1001011 | 1011010 | 100110 |
Color Harmonies of #8DB70A
Complementary color
Monochromatic Colors of #8DB70A
Black with #8DB70A
Text Example
Text Example
White with #8DB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB70A; }
p { color: rgb(141,183,10); }
H1.HeaderClassName
{
color: #8DB70A;
}
.AnyTagClassName
{
color: #8DB70A;
}
</style>
background-color css
<style>
a { background-color: #8DB70A; }
a { background-color: rgb(141,183,10); }
div.DivClassName
{
background-color: #8DB70A;
}
.BgClassName
{
background-color: #8DB70A;
}
</style>
border-color css
<style>
span { border-color: #8DB70A; }
span { border-color: rgb(141,183,10); }
td.TdClassName
{
border-color: #8DB70A;
}
.TagClassName
{
border-color: #8DB70A;
}
</style>