Shades of Citrus #8CBF00
Tints of Citrus #8CBF00
RGB
CMYK
RGB Variations
Color information
#8CBF00 (or 0x8CBF00) is known color: Citrus. HEX triplet: 8C, BF and 00. RGB value is (140,191,0). Sum of RGB (Red+Green+Blue) = 140+191+0=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBF00 is #7340FF. Grayscale: #9A9A9A. Windows color (decimal): -7553280 or 49036. OLE color: 49036.
HSL color Cylindrical-coordinate representation of color #8CBF00: hue angle of 76.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CBF00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 191 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.25 |
| HSL | 76.02º | 1% | 0.37% | - |
| HSV(B) | 76.02º | 1% | 0.75% | - |
| XYZ | 29.45 | 42.84 | 6.72 | - |
| YUV | 153.98 | 41.1 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 0 | 0.27 | 0 | 1 | 0.25 | 76.02 | 1 | 0.37 |
| Hex | 8C | BF | 0 | 1B | 0 | 64 | 19 | 4C | 64 | 25 |
| Octal | 214 | 277 | 0 | 33 | 0 | 144 | 31 | 114 | 144 | 45 |
| Binary | 10001100 | 10111111 | 0 | 11011 | 0 | 1100100 | 11001 | 1001100 | 1100100 | 100101 |
Color Harmonies of #8CBF00
Complementary color
Monochromatic Colors of #8CBF00
Black with #8CBF00
Text Example
Text Example
White with #8CBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBF00; }
p { color: rgb(140,191,0); }
H1.HeaderClassName
{
color: #8CBF00;
}
.AnyTagClassName
{
color: #8CBF00;
}
</style>
background-color css
<style>
a { background-color: #8CBF00; }
a { background-color: rgb(140,191,0); }
div.DivClassName
{
background-color: #8CBF00;
}
.BgClassName
{
background-color: #8CBF00;
}
</style>
border-color css
<style>
span { border-color: #8CBF00; }
span { border-color: rgb(140,191,0); }
td.TdClassName
{
border-color: #8CBF00;
}
.TagClassName
{
border-color: #8CBF00;
}
</style>