Shades of Citrus #8DBD00
Tints of Citrus #8DBD00
RGB
CMYK
RGB Variations
Color information
#8DBD00 (or 0x8DBD00) is known color: Citrus. HEX triplet: 8D, BD and 00. RGB value is (141,189,0). Sum of RGB (Red+Green+Blue) = 141+189+0=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBD00 is #7242FF. Grayscale: #999999. Windows color (decimal): -7488256 or 48525. OLE color: 48525.
HSL color Cylindrical-coordinate representation of color #8DBD00: hue angle of 75.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DBD00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.26 |
| HSL | 75.24º | 1% | 0.37% | - |
| HSV(B) | 75.24º | 1% | 0.74% | - |
| XYZ | 29.18 | 42.06 | 6.58 | - |
| YUV | 153.1 | 41.6 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 0 | 0.25 | 0 | 1 | 0.26 | 75.24 | 1 | 0.37 |
| Hex | 8D | BD | 0 | 19 | 0 | 64 | 1A | 4B | 64 | 25 |
| Octal | 215 | 275 | 0 | 31 | 0 | 144 | 32 | 113 | 144 | 45 |
| Binary | 10001101 | 10111101 | 0 | 11001 | 0 | 1100100 | 11010 | 1001011 | 1100100 | 100101 |
Color Harmonies of #8DBD00
Complementary color
Monochromatic Colors of #8DBD00
Black with #8DBD00
Text Example
Text Example
White with #8DBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD00; }
p { color: rgb(141,189,0); }
H1.HeaderClassName
{
color: #8DBD00;
}
.AnyTagClassName
{
color: #8DBD00;
}
</style>
background-color css
<style>
a { background-color: #8DBD00; }
a { background-color: rgb(141,189,0); }
div.DivClassName
{
background-color: #8DBD00;
}
.BgClassName
{
background-color: #8DBD00;
}
</style>
border-color css
<style>
span { border-color: #8DBD00; }
span { border-color: rgb(141,189,0); }
td.TdClassName
{
border-color: #8DBD00;
}
.TagClassName
{
border-color: #8DBD00;
}
</style>