Shades of Citrus #8DBB00
Tints of Citrus #8DBB00
RGB
CMYK
RGB Variations
Color information
#8DBB00 (or 0x8DBB00) is known color: Citrus. HEX triplet: 8D, BB and 00. RGB value is (141,187,0). Sum of RGB (Red+Green+Blue) = 141+187+0=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB00 is #7244FF. Grayscale: #989898. Windows color (decimal): -7488768 or 48013. OLE color: 48013.
HSL color Cylindrical-coordinate representation of color #8DBB00: hue angle of 74.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DBB00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.27 |
| HSL | 74.76º | 1% | 0.37% | - |
| HSV(B) | 74.76º | 1% | 0.73% | - |
| XYZ | 28.75 | 41.2 | 6.44 | - |
| YUV | 151.93 | 42.26 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 0 | 0.25 | 0 | 1 | 0.27 | 74.76 | 1 | 0.37 |
| Hex | 8D | BB | 0 | 19 | 0 | 64 | 1B | 4B | 64 | 25 |
| Octal | 215 | 273 | 0 | 31 | 0 | 144 | 33 | 113 | 144 | 45 |
| Binary | 10001101 | 10111011 | 0 | 11001 | 0 | 1100100 | 11011 | 1001011 | 1100100 | 100101 |
Color Harmonies of #8DBB00
Complementary color
Monochromatic Colors of #8DBB00
Black with #8DBB00
Text Example
Text Example
White with #8DBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB00; }
p { color: rgb(141,187,0); }
H1.HeaderClassName
{
color: #8DBB00;
}
.AnyTagClassName
{
color: #8DBB00;
}
</style>
background-color css
<style>
a { background-color: #8DBB00; }
a { background-color: rgb(141,187,0); }
div.DivClassName
{
background-color: #8DBB00;
}
.BgClassName
{
background-color: #8DBB00;
}
</style>
border-color css
<style>
span { border-color: #8DBB00; }
span { border-color: rgb(141,187,0); }
td.TdClassName
{
border-color: #8DBB00;
}
.TagClassName
{
border-color: #8DBB00;
}
</style>