Shades of Citrus #8FB007
Tints of Citrus #8FB007
RGB
CMYK
RGB Variations
Color information
#8FB007 (or 0x8FB007) is known color: Citrus. HEX triplet: 8F, B0 and 07. RGB value is (143,176,7). Sum of RGB (Red+Green+Blue) = 143+176+7=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FB007 is #704FF8. Grayscale: #939393. Windows color (decimal): -7360505 or 503951. OLE color: 503951.
HSL color Cylindrical-coordinate representation of color #8FB007: hue angle of 71.72º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FB007 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 176 | 7 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.31 |
| HSL | 71.72º | 0.92% | 0.36% | - |
| HSV(B) | 71.72º | 0.96% | 0.69% | - |
| XYZ | 26.89 | 36.91 | 5.91 | - |
| YUV | 146.87 | 49.07 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 7 | 0.19 | 0 | 0.96 | 0.31 | 71.72 | 0.92 | 0.36 |
| Hex | 8F | B0 | 7 | 13 | 0 | 60 | 1F | 48 | 5C | 24 |
| Octal | 217 | 260 | 7 | 23 | 0 | 140 | 37 | 110 | 134 | 44 |
| Binary | 10001111 | 10110000 | 111 | 10011 | 0 | 1100000 | 11111 | 1001000 | 1011100 | 100100 |
Color Harmonies of #8FB007
Complementary color
Monochromatic Colors of #8FB007
Black with #8FB007
Text Example
Text Example
White with #8FB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB007; }
p { color: rgb(143,176,7); }
H1.HeaderClassName
{
color: #8FB007;
}
.AnyTagClassName
{
color: #8FB007;
}
</style>
background-color css
<style>
a { background-color: #8FB007; }
a { background-color: rgb(143,176,7); }
div.DivClassName
{
background-color: #8FB007;
}
.BgClassName
{
background-color: #8FB007;
}
</style>
border-color css
<style>
span { border-color: #8FB007; }
span { border-color: rgb(143,176,7); }
td.TdClassName
{
border-color: #8FB007;
}
.TagClassName
{
border-color: #8FB007;
}
</style>