Shades of Citrus #8FC600
Tints of Citrus #8FC600
RGB
CMYK
RGB Variations
Color information
#8FC600 (or 0x8FC600) is known color: Citrus. HEX triplet: 8F, C6 and 00. RGB value is (143,198,0). Sum of RGB (Red+Green+Blue) = 143+198+0=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC600 is #7039FF. Grayscale: #9F9F9F. Windows color (decimal): -7354880 or 50831. OLE color: 50831.
HSL color Cylindrical-coordinate representation of color #8FC600: hue angle of 76.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FC600 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.22 |
| HSL | 76.67º | 1% | 0.39% | - |
| HSV(B) | 76.67º | 1% | 0.78% | - |
| XYZ | 31.52 | 46.23 | 7.26 | - |
| YUV | 158.98 | 38.28 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 0 | 0.28 | 0 | 1 | 0.22 | 76.67 | 1 | 0.39 |
| Hex | 8F | C6 | 0 | 1C | 0 | 64 | 16 | 4D | 64 | 27 |
| Octal | 217 | 306 | 0 | 34 | 0 | 144 | 26 | 115 | 144 | 47 |
| Binary | 10001111 | 11000110 | 0 | 11100 | 0 | 1100100 | 10110 | 1001101 | 1100100 | 100111 |
Color Harmonies of #8FC600
Complementary color
Monochromatic Colors of #8FC600
Black with #8FC600
Text Example
Text Example
White with #8FC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC600; }
p { color: rgb(143,198,0); }
H1.HeaderClassName
{
color: #8FC600;
}
.AnyTagClassName
{
color: #8FC600;
}
</style>
background-color css
<style>
a { background-color: #8FC600; }
a { background-color: rgb(143,198,0); }
div.DivClassName
{
background-color: #8FC600;
}
.BgClassName
{
background-color: #8FC600;
}
</style>
border-color css
<style>
span { border-color: #8FC600; }
span { border-color: rgb(143,198,0); }
td.TdClassName
{
border-color: #8FC600;
}
.TagClassName
{
border-color: #8FC600;
}
</style>