Shades of Citrus #8FC60F
Tints of Citrus #8FC60F
RGB
CMYK
RGB Variations
Color information
#8FC60F (or 0x8FC60F) is known color: Citrus. HEX triplet: 8F, C6 and 0F. RGB value is (143,198,15). Sum of RGB (Red+Green+Blue) = 143+198+15=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC60F is #7039F0. Grayscale: #A1A1A1. Windows color (decimal): -7354865 or 1033871. OLE color: 1033871.
HSL color Cylindrical-coordinate representation of color #8FC60F: hue angle of 78.03º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FC60F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 15 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.22 |
| HSL | 78.03º | 0.86% | 0.42% | - |
| HSV(B) | 78.03º | 0.92% | 0.78% | - |
| XYZ | 31.61 | 46.26 | 7.72 | - |
| YUV | 160.69 | 45.78 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 15 | 0.28 | 0 | 0.92 | 0.22 | 78.03 | 0.86 | 0.42 |
| Hex | 8F | C6 | F | 1C | 0 | 5C | 16 | 4E | 56 | 2A |
| Octal | 217 | 306 | 17 | 34 | 0 | 134 | 26 | 116 | 126 | 52 |
| Binary | 10001111 | 11000110 | 1111 | 11100 | 0 | 1011100 | 10110 | 1001110 | 1010110 | 101010 |
Color Harmonies of #8FC60F
Complementary color
Monochromatic Colors of #8FC60F
Black with #8FC60F
Text Example
Text Example
White with #8FC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC60F; }
p { color: rgb(143,198,15); }
H1.HeaderClassName
{
color: #8FC60F;
}
.AnyTagClassName
{
color: #8FC60F;
}
</style>
background-color css
<style>
a { background-color: #8FC60F; }
a { background-color: rgb(143,198,15); }
div.DivClassName
{
background-color: #8FC60F;
}
.BgClassName
{
background-color: #8FC60F;
}
</style>
border-color css
<style>
span { border-color: #8FC60F; }
span { border-color: rgb(143,198,15); }
td.TdClassName
{
border-color: #8FC60F;
}
.TagClassName
{
border-color: #8FC60F;
}
</style>