Shades of Citrus #8CB00F
Tints of Citrus #8CB00F
RGB
CMYK
RGB Variations
Color information
#8CB00F (or 0x8CB00F) is known color: Citrus. HEX triplet: 8C, B0 and 0F. RGB value is (140,176,15). Sum of RGB (Red+Green+Blue) = 140+176+15=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB00F is #734FF0. Grayscale: #939393. Windows color (decimal): -7557105 or 1028236. OLE color: 1028236.
HSL color Cylindrical-coordinate representation of color #8CB00F: hue angle of 73.42º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CB00F is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 15 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.31 |
| HSL | 73.42º | 0.84% | 0.37% | - |
| HSV(B) | 73.42º | 0.91% | 0.69% | - |
| XYZ | 26.43 | 36.66 | 6.14 | - |
| YUV | 146.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 15 | 0.20 | 0 | 0.91 | 0.31 | 73.42 | 0.84 | 0.37 |
| Hex | 8C | B0 | F | 14 | 0 | 5B | 1F | 49 | 54 | 25 |
| Octal | 214 | 260 | 17 | 24 | 0 | 133 | 37 | 111 | 124 | 45 |
| Binary | 10001100 | 10110000 | 1111 | 10100 | 0 | 1011011 | 11111 | 1001001 | 1010100 | 100101 |
Color Harmonies of #8CB00F
Complementary color
Monochromatic Colors of #8CB00F
Black with #8CB00F
Text Example
Text Example
White with #8CB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB00F; }
p { color: rgb(140,176,15); }
H1.HeaderClassName
{
color: #8CB00F;
}
.AnyTagClassName
{
color: #8CB00F;
}
</style>
background-color css
<style>
a { background-color: #8CB00F; }
a { background-color: rgb(140,176,15); }
div.DivClassName
{
background-color: #8CB00F;
}
.BgClassName
{
background-color: #8CB00F;
}
</style>
border-color css
<style>
span { border-color: #8CB00F; }
span { border-color: rgb(140,176,15); }
td.TdClassName
{
border-color: #8CB00F;
}
.TagClassName
{
border-color: #8CB00F;
}
</style>