Shades of Citrus #8FB607
Tints of Citrus #8FB607
RGB
CMYK
RGB Variations
Color information
#8FB607 (or 0x8FB607) is known color: Citrus. HEX triplet: 8F, B6 and 07. RGB value is (143,182,7). Sum of RGB (Red+Green+Blue) = 143+182+7=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB607 is #7049F8. Grayscale: #979797. Windows color (decimal): -7358969 or 505487. OLE color: 505487.
HSL color Cylindrical-coordinate representation of color #8FB607: hue angle of 73.37º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FB607 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 182 | 7 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.29 |
| HSL | 73.37º | 0.93% | 0.37% | - |
| HSV(B) | 73.37º | 0.96% | 0.71% | - |
| XYZ | 28.09 | 39.31 | 6.31 | - |
| YUV | 150.39 | 47.08 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 7 | 0.21 | 0 | 0.96 | 0.29 | 73.37 | 0.93 | 0.37 |
| Hex | 8F | B6 | 7 | 15 | 0 | 60 | 1D | 49 | 5D | 25 |
| Octal | 217 | 266 | 7 | 25 | 0 | 140 | 35 | 111 | 135 | 45 |
| Binary | 10001111 | 10110110 | 111 | 10101 | 0 | 1100000 | 11101 | 1001001 | 1011101 | 100101 |
Color Harmonies of #8FB607
Complementary color
Monochromatic Colors of #8FB607
Black with #8FB607
Text Example
Text Example
White with #8FB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB607; }
p { color: rgb(143,182,7); }
H1.HeaderClassName
{
color: #8FB607;
}
.AnyTagClassName
{
color: #8FB607;
}
</style>
background-color css
<style>
a { background-color: #8FB607; }
a { background-color: rgb(143,182,7); }
div.DivClassName
{
background-color: #8FB607;
}
.BgClassName
{
background-color: #8FB607;
}
</style>
border-color css
<style>
span { border-color: #8FB607; }
span { border-color: rgb(143,182,7); }
td.TdClassName
{
border-color: #8FB607;
}
.TagClassName
{
border-color: #8FB607;
}
</style>