Shades of Citrus #8CBD00
Tints of Citrus #8CBD00
RGB
CMYK
RGB Variations
Color information
#8CBD00 (or 0x8CBD00) is known color: Citrus. HEX triplet: 8C, BD and 00. RGB value is (140,189,0). Sum of RGB (Red+Green+Blue) = 140+189+0=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBD00 is #7342FF. Grayscale: #999999. Windows color (decimal): -7553792 or 48524. OLE color: 48524.
HSL color Cylindrical-coordinate representation of color #8CBD00: hue angle of 75.56º 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 #8CBD00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.26 |
| HSL | 75.56º | 1% | 0.37% | - |
| HSV(B) | 75.56º | 1% | 0.74% | - |
| XYZ | 29.01 | 41.97 | 6.57 | - |
| YUV | 152.8 | 41.77 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 0 | 0.26 | 0 | 1 | 0.26 | 75.56 | 1 | 0.37 |
| Hex | 8C | BD | 0 | 1A | 0 | 64 | 1A | 4C | 64 | 25 |
| Octal | 214 | 275 | 0 | 32 | 0 | 144 | 32 | 114 | 144 | 45 |
| Binary | 10001100 | 10111101 | 0 | 11010 | 0 | 1100100 | 11010 | 1001100 | 1100100 | 100101 |
Color Harmonies of #8CBD00
Complementary color
Monochromatic Colors of #8CBD00
Black with #8CBD00
Text Example
Text Example
White with #8CBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBD00; }
p { color: rgb(140,189,0); }
H1.HeaderClassName
{
color: #8CBD00;
}
.AnyTagClassName
{
color: #8CBD00;
}
</style>
background-color css
<style>
a { background-color: #8CBD00; }
a { background-color: rgb(140,189,0); }
div.DivClassName
{
background-color: #8CBD00;
}
.BgClassName
{
background-color: #8CBD00;
}
</style>
border-color css
<style>
span { border-color: #8CBD00; }
span { border-color: rgb(140,189,0); }
td.TdClassName
{
border-color: #8CBD00;
}
.TagClassName
{
border-color: #8CBD00;
}
</style>