Shades of Citrus #8FB307
Tints of Citrus #8FB307
RGB
CMYK
RGB Variations
Color information
#8FB307 (or 0x8FB307) is known color: Citrus. HEX triplet: 8F, B3 and 07. RGB value is (143,179,7). Sum of RGB (Red+Green+Blue) = 143+179+7=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB307 is #704CF8. Grayscale: #959595. Windows color (decimal): -7359737 or 504719. OLE color: 504719.
HSL color Cylindrical-coordinate representation of color #8FB307: hue angle of 72.56º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FB307 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 7 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.30 |
| HSL | 72.56º | 0.92% | 0.36% | - |
| HSV(B) | 72.56º | 0.96% | 0.7% | - |
| XYZ | 27.49 | 38.1 | 6.11 | - |
| YUV | 148.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 7 | 0.20 | 0 | 0.96 | 0.30 | 72.56 | 0.92 | 0.36 |
| Hex | 8F | B3 | 7 | 14 | 0 | 60 | 1E | 49 | 5C | 24 |
| Octal | 217 | 263 | 7 | 24 | 0 | 140 | 36 | 111 | 134 | 44 |
| Binary | 10001111 | 10110011 | 111 | 10100 | 0 | 1100000 | 11110 | 1001001 | 1011100 | 100100 |
Color Harmonies of #8FB307
Complementary color
Monochromatic Colors of #8FB307
Black with #8FB307
Text Example
Text Example
White with #8FB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB307; }
p { color: rgb(143,179,7); }
H1.HeaderClassName
{
color: #8FB307;
}
.AnyTagClassName
{
color: #8FB307;
}
</style>
background-color css
<style>
a { background-color: #8FB307; }
a { background-color: rgb(143,179,7); }
div.DivClassName
{
background-color: #8FB307;
}
.BgClassName
{
background-color: #8FB307;
}
</style>
border-color css
<style>
span { border-color: #8FB307; }
span { border-color: rgb(143,179,7); }
td.TdClassName
{
border-color: #8FB307;
}
.TagClassName
{
border-color: #8FB307;
}
</style>