Shades of Citrus #8DB500
Tints of Citrus #8DB500
RGB
CMYK
RGB Variations
Color information
#8DB500 (or 0x8DB500) is known color: Citrus. HEX triplet: 8D, B5 and 00. RGB value is (141,181,0). Sum of RGB (Red+Green+Blue) = 141+181+0=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB500 is #724AFF. Grayscale: #959595. Windows color (decimal): -7490304 or 46477. OLE color: 46477.
HSL color Cylindrical-coordinate representation of color #8DB500: hue angle of 73.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DB500 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.29 |
| HSL | 73.26º | 1% | 0.35% | - |
| HSV(B) | 73.26º | 1% | 0.71% | - |
| XYZ | 27.51 | 38.71 | 6.02 | - |
| YUV | 148.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 0 | 0.22 | 0 | 1 | 0.29 | 73.26 | 1 | 0.35 |
| Hex | 8D | B5 | 0 | 16 | 0 | 64 | 1D | 49 | 64 | 23 |
| Octal | 215 | 265 | 0 | 26 | 0 | 144 | 35 | 111 | 144 | 43 |
| Binary | 10001101 | 10110101 | 0 | 10110 | 0 | 1100100 | 11101 | 1001001 | 1100100 | 100011 |
Color Harmonies of #8DB500
Complementary color
Monochromatic Colors of #8DB500
Black with #8DB500
Text Example
Text Example
White with #8DB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB500; }
p { color: rgb(141,181,0); }
H1.HeaderClassName
{
color: #8DB500;
}
.AnyTagClassName
{
color: #8DB500;
}
</style>
background-color css
<style>
a { background-color: #8DB500; }
a { background-color: rgb(141,181,0); }
div.DivClassName
{
background-color: #8DB500;
}
.BgClassName
{
background-color: #8DB500;
}
</style>
border-color css
<style>
span { border-color: #8DB500; }
span { border-color: rgb(141,181,0); }
td.TdClassName
{
border-color: #8DB500;
}
.TagClassName
{
border-color: #8DB500;
}
</style>