Shades of Citrus #8FC107
Tints of Citrus #8FC107
RGB
CMYK
RGB Variations
Color information
#8FC107 (or 0x8FC107) is known color: Citrus. HEX triplet: 8F, C1 and 07. RGB value is (143,193,7). Sum of RGB (Red+Green+Blue) = 143+193+7=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC107 is #703EF8. Grayscale: #9D9D9D. Windows color (decimal): -7356153 or 508303. OLE color: 508303.
HSL color Cylindrical-coordinate representation of color #8FC107: hue angle of 76.13º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FC107 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 7 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.24 |
| HSL | 76.13º | 0.93% | 0.39% | - |
| HSV(B) | 76.13º | 0.96% | 0.76% | - |
| XYZ | 30.44 | 43.99 | 7.09 | - |
| YUV | 156.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 7 | 0.26 | 0 | 0.96 | 0.24 | 76.13 | 0.93 | 0.39 |
| Hex | 8F | C1 | 7 | 1A | 0 | 60 | 18 | 4C | 5D | 27 |
| Octal | 217 | 301 | 7 | 32 | 0 | 140 | 30 | 114 | 135 | 47 |
| Binary | 10001111 | 11000001 | 111 | 11010 | 0 | 1100000 | 11000 | 1001100 | 1011101 | 100111 |
Color Harmonies of #8FC107
Complementary color
Monochromatic Colors of #8FC107
Black with #8FC107
Text Example
Text Example
White with #8FC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC107; }
p { color: rgb(143,193,7); }
H1.HeaderClassName
{
color: #8FC107;
}
.AnyTagClassName
{
color: #8FC107;
}
</style>
background-color css
<style>
a { background-color: #8FC107; }
a { background-color: rgb(143,193,7); }
div.DivClassName
{
background-color: #8FC107;
}
.BgClassName
{
background-color: #8FC107;
}
</style>
border-color css
<style>
span { border-color: #8FC107; }
span { border-color: rgb(143,193,7); }
td.TdClassName
{
border-color: #8FC107;
}
.TagClassName
{
border-color: #8FC107;
}
</style>