Shades of Citrus #8FB004
Tints of Citrus #8FB004
RGB
CMYK
RGB Variations
Color information
#8FB004 (or 0x8FB004) is known color: Citrus. HEX triplet: 8F, B0 and 04. RGB value is (143,176,4). Sum of RGB (Red+Green+Blue) = 143+176+4=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FB004 is #704FFB. Grayscale: #939393. Windows color (decimal): -7360508 or 307343. OLE color: 307343.
HSL color Cylindrical-coordinate representation of color #8FB004: hue angle of 71.51º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8FB004 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 176 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.31 |
| HSL | 71.51º | 0.96% | 0.35% | - |
| HSV(B) | 71.51º | 0.98% | 0.69% | - |
| XYZ | 26.87 | 36.9 | 5.82 | - |
| YUV | 146.53 | 47.57 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 4 | 0.19 | 0 | 0.98 | 0.31 | 71.51 | 0.96 | 0.35 |
| Hex | 8F | B0 | 4 | 13 | 0 | 62 | 1F | 48 | 60 | 23 |
| Octal | 217 | 260 | 4 | 23 | 0 | 142 | 37 | 110 | 140 | 43 |
| Binary | 10001111 | 10110000 | 100 | 10011 | 0 | 1100010 | 11111 | 1001000 | 1100000 | 100011 |
Color Harmonies of #8FB004
Complementary color
Monochromatic Colors of #8FB004
Black with #8FB004
Text Example
Text Example
White with #8FB004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB004; }
p { color: rgb(143,176,4); }
H1.HeaderClassName
{
color: #8FB004;
}
.AnyTagClassName
{
color: #8FB004;
}
</style>
background-color css
<style>
a { background-color: #8FB004; }
a { background-color: rgb(143,176,4); }
div.DivClassName
{
background-color: #8FB004;
}
.BgClassName
{
background-color: #8FB004;
}
</style>
border-color css
<style>
span { border-color: #8FB004; }
span { border-color: rgb(143,176,4); }
td.TdClassName
{
border-color: #8FB004;
}
.TagClassName
{
border-color: #8FB004;
}
</style>