Shades of Citrus #8FB707
Tints of Citrus #8FB707
RGB
CMYK
RGB Variations
Color information
#8FB707 (or 0x8FB707) is known color: Citrus. HEX triplet: 8F, B7 and 07. RGB value is (143,183,7). Sum of RGB (Red+Green+Blue) = 143+183+7=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB707 is #7048F8. Grayscale: #979797. Windows color (decimal): -7358713 or 505743. OLE color: 505743.
HSL color Cylindrical-coordinate representation of color #8FB707: hue angle of 73.64º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FB707 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 7 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.28 |
| HSL | 73.64º | 0.93% | 0.37% | - |
| HSV(B) | 73.64º | 0.96% | 0.72% | - |
| XYZ | 28.3 | 39.72 | 6.38 | - |
| YUV | 150.98 | 46.75 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 7 | 0.22 | 0 | 0.96 | 0.28 | 73.64 | 0.93 | 0.37 |
| Hex | 8F | B7 | 7 | 16 | 0 | 60 | 1C | 4A | 5D | 25 |
| Octal | 217 | 267 | 7 | 26 | 0 | 140 | 34 | 112 | 135 | 45 |
| Binary | 10001111 | 10110111 | 111 | 10110 | 0 | 1100000 | 11100 | 1001010 | 1011101 | 100101 |
Color Harmonies of #8FB707
Complementary color
Monochromatic Colors of #8FB707
Black with #8FB707
Text Example
Text Example
White with #8FB707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB707; }
p { color: rgb(143,183,7); }
H1.HeaderClassName
{
color: #8FB707;
}
.AnyTagClassName
{
color: #8FB707;
}
</style>
background-color css
<style>
a { background-color: #8FB707; }
a { background-color: rgb(143,183,7); }
div.DivClassName
{
background-color: #8FB707;
}
.BgClassName
{
background-color: #8FB707;
}
</style>
border-color css
<style>
span { border-color: #8FB707; }
span { border-color: rgb(143,183,7); }
td.TdClassName
{
border-color: #8FB707;
}
.TagClassName
{
border-color: #8FB707;
}
</style>