Shades of Citrus #8DBB12
Tints of Citrus #8DBB12
RGB
CMYK
RGB Variations
Color information
#8DBB12 (or 0x8DBB12) is known color: Citrus. HEX triplet: 8D, BB and 12. RGB value is (141,187,18). Sum of RGB (Red+Green+Blue) = 141+187+18=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB12 is #7244ED. Grayscale: #9A9A9A. Windows color (decimal): -7488750 or 1227661. OLE color: 1227661.
HSL color Cylindrical-coordinate representation of color #8DBB12: hue angle of 76.33º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DBB12 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 18 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.27 |
| HSL | 76.33º | 0.82% | 0.4% | - |
| HSV(B) | 76.33º | 0.9% | 0.73% | - |
| XYZ | 28.86 | 41.25 | 7.01 | - |
| YUV | 153.98 | 51.26 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 18 | 0.25 | 0 | 0.90 | 0.27 | 76.33 | 0.82 | 0.4 |
| Hex | 8D | BB | 12 | 19 | 0 | 5A | 1B | 4C | 52 | 28 |
| Octal | 215 | 273 | 22 | 31 | 0 | 132 | 33 | 114 | 122 | 50 |
| Binary | 10001101 | 10111011 | 10010 | 11001 | 0 | 1011010 | 11011 | 1001100 | 1010010 | 101000 |
Color Harmonies of #8DBB12
Complementary color
Monochromatic Colors of #8DBB12
Black with #8DBB12
Text Example
Text Example
White with #8DBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB12; }
p { color: rgb(141,187,18); }
H1.HeaderClassName
{
color: #8DBB12;
}
.AnyTagClassName
{
color: #8DBB12;
}
</style>
background-color css
<style>
a { background-color: #8DBB12; }
a { background-color: rgb(141,187,18); }
div.DivClassName
{
background-color: #8DBB12;
}
.BgClassName
{
background-color: #8DBB12;
}
</style>
border-color css
<style>
span { border-color: #8DBB12; }
span { border-color: rgb(141,187,18); }
td.TdClassName
{
border-color: #8DBB12;
}
.TagClassName
{
border-color: #8DBB12;
}
</style>