Shades of Citrus #8DB411
Tints of Citrus #8DB411
RGB
CMYK
RGB Variations
Color information
#8DB411 (or 0x8DB411) is known color: Citrus. HEX triplet: 8D, B4 and 11. RGB value is (141,180,17). Sum of RGB (Red+Green+Blue) = 141+180+17=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB411 is #724BEE. Grayscale: #969696. Windows color (decimal): -7490543 or 1160333. OLE color: 1160333.
HSL color Cylindrical-coordinate representation of color #8DB411: hue angle of 74.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DB411 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 17 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.29 |
| HSL | 74.36º | 0.83% | 0.39% | - |
| HSV(B) | 74.36º | 0.91% | 0.71% | - |
| XYZ | 27.41 | 38.35 | 6.49 | - |
| YUV | 149.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 17 | 0.22 | 0 | 0.91 | 0.29 | 74.36 | 0.83 | 0.39 |
| Hex | 8D | B4 | 11 | 16 | 0 | 5B | 1D | 4A | 53 | 27 |
| Octal | 215 | 264 | 21 | 26 | 0 | 133 | 35 | 112 | 123 | 47 |
| Binary | 10001101 | 10110100 | 10001 | 10110 | 0 | 1011011 | 11101 | 1001010 | 1010011 | 100111 |
Color Harmonies of #8DB411
Complementary color
Monochromatic Colors of #8DB411
Black with #8DB411
Text Example
Text Example
White with #8DB411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB411; }
p { color: rgb(141,180,17); }
H1.HeaderClassName
{
color: #8DB411;
}
.AnyTagClassName
{
color: #8DB411;
}
</style>
background-color css
<style>
a { background-color: #8DB411; }
a { background-color: rgb(141,180,17); }
div.DivClassName
{
background-color: #8DB411;
}
.BgClassName
{
background-color: #8DB411;
}
</style>
border-color css
<style>
span { border-color: #8DB411; }
span { border-color: rgb(141,180,17); }
td.TdClassName
{
border-color: #8DB411;
}
.TagClassName
{
border-color: #8DB411;
}
</style>