Shades of Citrus #8FC60B
Tints of Citrus #8FC60B
RGB
CMYK
RGB Variations
Color information
#8FC60B (or 0x8FC60B) is known color: Citrus. HEX triplet: 8F, C6 and 0B. RGB value is (143,198,11). Sum of RGB (Red+Green+Blue) = 143+198+11=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC60B is #7039F4. Grayscale: #A0A0A0. Windows color (decimal): -7354869 or 771727. OLE color: 771727.
HSL color Cylindrical-coordinate representation of color #8FC60B: hue angle of 77.65º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FC60B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.22 |
| HSL | 77.65º | 0.89% | 0.41% | - |
| HSV(B) | 77.65º | 0.94% | 0.78% | - |
| XYZ | 31.58 | 46.25 | 7.58 | - |
| YUV | 160.24 | 43.78 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 11 | 0.28 | 0 | 0.94 | 0.22 | 77.65 | 0.89 | 0.41 |
| Hex | 8F | C6 | B | 1C | 0 | 5E | 16 | 4E | 59 | 29 |
| Octal | 217 | 306 | 13 | 34 | 0 | 136 | 26 | 116 | 131 | 51 |
| Binary | 10001111 | 11000110 | 1011 | 11100 | 0 | 1011110 | 10110 | 1001110 | 1011001 | 101001 |
Color Harmonies of #8FC60B
Complementary color
Monochromatic Colors of #8FC60B
Black with #8FC60B
Text Example
Text Example
White with #8FC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC60B; }
p { color: rgb(143,198,11); }
H1.HeaderClassName
{
color: #8FC60B;
}
.AnyTagClassName
{
color: #8FC60B;
}
</style>
background-color css
<style>
a { background-color: #8FC60B; }
a { background-color: rgb(143,198,11); }
div.DivClassName
{
background-color: #8FC60B;
}
.BgClassName
{
background-color: #8FC60B;
}
</style>
border-color css
<style>
span { border-color: #8FC60B; }
span { border-color: rgb(143,198,11); }
td.TdClassName
{
border-color: #8FC60B;
}
.TagClassName
{
border-color: #8FC60B;
}
</style>