Shades of Citrus #8CB40F
Tints of Citrus #8CB40F
RGB
CMYK
RGB Variations
Color information
#8CB40F (or 0x8CB40F) is known color: Citrus. HEX triplet: 8C, B4 and 0F. RGB value is (140,180,15). Sum of RGB (Red+Green+Blue) = 140+180+15=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB40F is #734BF0. Grayscale: #959595. Windows color (decimal): -7556081 or 1029260. OLE color: 1029260.
HSL color Cylindrical-coordinate representation of color #8CB40F: hue angle of 74.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CB40F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 15 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.29 |
| HSL | 74.55º | 0.85% | 0.38% | - |
| HSV(B) | 74.55º | 0.92% | 0.71% | - |
| XYZ | 27.22 | 38.25 | 6.4 | - |
| YUV | 149.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 15 | 0.22 | 0 | 0.92 | 0.29 | 74.55 | 0.85 | 0.38 |
| Hex | 8C | B4 | F | 16 | 0 | 5C | 1D | 4B | 55 | 26 |
| Octal | 214 | 264 | 17 | 26 | 0 | 134 | 35 | 113 | 125 | 46 |
| Binary | 10001100 | 10110100 | 1111 | 10110 | 0 | 1011100 | 11101 | 1001011 | 1010101 | 100110 |
Color Harmonies of #8CB40F
Complementary color
Monochromatic Colors of #8CB40F
Black with #8CB40F
Text Example
Text Example
White with #8CB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB40F; }
p { color: rgb(140,180,15); }
H1.HeaderClassName
{
color: #8CB40F;
}
.AnyTagClassName
{
color: #8CB40F;
}
</style>
background-color css
<style>
a { background-color: #8CB40F; }
a { background-color: rgb(140,180,15); }
div.DivClassName
{
background-color: #8CB40F;
}
.BgClassName
{
background-color: #8CB40F;
}
</style>
border-color css
<style>
span { border-color: #8CB40F; }
span { border-color: rgb(140,180,15); }
td.TdClassName
{
border-color: #8CB40F;
}
.TagClassName
{
border-color: #8CB40F;
}
</style>