Shades of Citrus #8FB611
Tints of Citrus #8FB611
RGB
CMYK
RGB Variations
Color information
#8FB611 (or 0x8FB611) is known color: Citrus. HEX triplet: 8F, B6 and 11. RGB value is (143,182,17). Sum of RGB (Red+Green+Blue) = 143+182+17=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB611 is #7049EE. Grayscale: #989898. Windows color (decimal): -7358959 or 1160847. OLE color: 1160847.
HSL color Cylindrical-coordinate representation of color #8FB611: hue angle of 74.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FB611 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 182 | 17 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.29 |
| HSL | 74.18º | 0.83% | 0.39% | - |
| HSV(B) | 74.18º | 0.91% | 0.71% | - |
| XYZ | 28.16 | 39.34 | 6.64 | - |
| YUV | 151.53 | 52.08 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 17 | 0.21 | 0 | 0.91 | 0.29 | 74.18 | 0.83 | 0.39 |
| Hex | 8F | B6 | 11 | 15 | 0 | 5B | 1D | 4A | 53 | 27 |
| Octal | 217 | 266 | 21 | 25 | 0 | 133 | 35 | 112 | 123 | 47 |
| Binary | 10001111 | 10110110 | 10001 | 10101 | 0 | 1011011 | 11101 | 1001010 | 1010011 | 100111 |
Color Harmonies of #8FB611
Complementary color
Monochromatic Colors of #8FB611
Black with #8FB611
Text Example
Text Example
White with #8FB611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB611; }
p { color: rgb(143,182,17); }
H1.HeaderClassName
{
color: #8FB611;
}
.AnyTagClassName
{
color: #8FB611;
}
</style>
background-color css
<style>
a { background-color: #8FB611; }
a { background-color: rgb(143,182,17); }
div.DivClassName
{
background-color: #8FB611;
}
.BgClassName
{
background-color: #8FB611;
}
</style>
border-color css
<style>
span { border-color: #8FB611; }
span { border-color: rgb(143,182,17); }
td.TdClassName
{
border-color: #8FB611;
}
.TagClassName
{
border-color: #8FB611;
}
</style>