Shades of Citrus #8DBD12
Tints of Citrus #8DBD12
RGB
CMYK
RGB Variations
Color information
#8DBD12 (or 0x8DBD12) is known color: Citrus. HEX triplet: 8D, BD and 12. RGB value is (141,189,18). Sum of RGB (Red+Green+Blue) = 141+189+18=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBD12 is #7242ED. Grayscale: #9B9B9B. Windows color (decimal): -7488238 or 1228173. OLE color: 1228173.
HSL color Cylindrical-coordinate representation of color #8DBD12: hue angle of 76.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DBD12 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 18 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.26 |
| HSL | 76.84º | 0.83% | 0.41% | - |
| HSV(B) | 76.84º | 0.9% | 0.74% | - |
| XYZ | 29.29 | 42.1 | 7.15 | - |
| YUV | 155.15 | 50.6 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 18 | 0.25 | 0 | 0.90 | 0.26 | 76.84 | 0.83 | 0.41 |
| Hex | 8D | BD | 12 | 19 | 0 | 5A | 1A | 4D | 53 | 29 |
| Octal | 215 | 275 | 22 | 31 | 0 | 132 | 32 | 115 | 123 | 51 |
| Binary | 10001101 | 10111101 | 10010 | 11001 | 0 | 1011010 | 11010 | 1001101 | 1010011 | 101001 |
Color Harmonies of #8DBD12
Complementary color
Monochromatic Colors of #8DBD12
Black with #8DBD12
Text Example
Text Example
White with #8DBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD12; }
p { color: rgb(141,189,18); }
H1.HeaderClassName
{
color: #8DBD12;
}
.AnyTagClassName
{
color: #8DBD12;
}
</style>
background-color css
<style>
a { background-color: #8DBD12; }
a { background-color: rgb(141,189,18); }
div.DivClassName
{
background-color: #8DBD12;
}
.BgClassName
{
background-color: #8DBD12;
}
</style>
border-color css
<style>
span { border-color: #8DBD12; }
span { border-color: rgb(141,189,18); }
td.TdClassName
{
border-color: #8DBD12;
}
.TagClassName
{
border-color: #8DBD12;
}
</style>