Shades of Citrus #8FC606
Tints of Citrus #8FC606
RGB
CMYK
RGB Variations
Color information
#8FC606 (or 0x8FC606) is known color: Citrus. HEX triplet: 8F, C6 and 06. RGB value is (143,198,6). Sum of RGB (Red+Green+Blue) = 143+198+6=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 198 (77.73% from 255 or 57.06% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC606 is #7039F9. Grayscale: #A0A0A0. Windows color (decimal): -7354874 or 444047. OLE color: 444047.
HSL color Cylindrical-coordinate representation of color #8FC606: hue angle of 77.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FC606 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.22 |
| HSL | 77.19º | 0.94% | 0.4% | - |
| HSV(B) | 77.19º | 0.97% | 0.78% | - |
| XYZ | 31.55 | 46.24 | 7.43 | - |
| YUV | 159.67 | 41.28 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 6 | 0.28 | 0 | 0.97 | 0.22 | 77.19 | 0.94 | 0.4 |
| Hex | 8F | C6 | 6 | 1C | 0 | 61 | 16 | 4D | 5E | 28 |
| Octal | 217 | 306 | 6 | 34 | 0 | 141 | 26 | 115 | 136 | 50 |
| Binary | 10001111 | 11000110 | 110 | 11100 | 0 | 1100001 | 10110 | 1001101 | 1011110 | 101000 |
Color Harmonies of #8FC606
Complementary color
Monochromatic Colors of #8FC606
Black with #8FC606
Text Example
Text Example
White with #8FC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC606; }
p { color: rgb(143,198,6); }
H1.HeaderClassName
{
color: #8FC606;
}
.AnyTagClassName
{
color: #8FC606;
}
</style>
background-color css
<style>
a { background-color: #8FC606; }
a { background-color: rgb(143,198,6); }
div.DivClassName
{
background-color: #8FC606;
}
.BgClassName
{
background-color: #8FC606;
}
</style>
border-color css
<style>
span { border-color: #8FC606; }
span { border-color: rgb(143,198,6); }
td.TdClassName
{
border-color: #8FC606;
}
.TagClassName
{
border-color: #8FC606;
}
</style>