Shades of Citrus #8FC60D
Tints of Citrus #8FC60D
RGB
CMYK
RGB Variations
Color information
#8FC60D (or 0x8FC60D) is known color: Citrus. HEX triplet: 8F, C6 and 0D. RGB value is (143,198,13). Sum of RGB (Red+Green+Blue) = 143+198+13=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC60D is #7039F2. Grayscale: #A1A1A1. Windows color (decimal): -7354867 or 902799. OLE color: 902799.
HSL color Cylindrical-coordinate representation of color #8FC60D: hue angle of 77.84º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FC60D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 13 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.22 |
| HSL | 77.84º | 0.88% | 0.41% | - |
| HSV(B) | 77.84º | 0.93% | 0.78% | - |
| XYZ | 31.59 | 46.26 | 7.64 | - |
| YUV | 160.47 | 44.78 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 13 | 0.28 | 0 | 0.93 | 0.22 | 77.84 | 0.88 | 0.41 |
| Hex | 8F | C6 | D | 1C | 0 | 5D | 16 | 4E | 58 | 29 |
| Octal | 217 | 306 | 15 | 34 | 0 | 135 | 26 | 116 | 130 | 51 |
| Binary | 10001111 | 11000110 | 1101 | 11100 | 0 | 1011101 | 10110 | 1001110 | 1011000 | 101001 |
Color Harmonies of #8FC60D
Complementary color
Monochromatic Colors of #8FC60D
Black with #8FC60D
Text Example
Text Example
White with #8FC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC60D; }
p { color: rgb(143,198,13); }
H1.HeaderClassName
{
color: #8FC60D;
}
.AnyTagClassName
{
color: #8FC60D;
}
</style>
background-color css
<style>
a { background-color: #8FC60D; }
a { background-color: rgb(143,198,13); }
div.DivClassName
{
background-color: #8FC60D;
}
.BgClassName
{
background-color: #8FC60D;
}
</style>
border-color css
<style>
span { border-color: #8FC60D; }
span { border-color: rgb(143,198,13); }
td.TdClassName
{
border-color: #8FC60D;
}
.TagClassName
{
border-color: #8FC60D;
}
</style>