Shades of Citrus #8FC507
Tints of Citrus #8FC507
RGB
CMYK
RGB Variations
Color information
#8FC507 (or 0x8FC507) is known color: Citrus. HEX triplet: 8F, C5 and 07. RGB value is (143,197,7). Sum of RGB (Red+Green+Blue) = 143+197+7=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC507 is #703AF8. Grayscale: #9F9F9F. Windows color (decimal): -7355129 or 509327. OLE color: 509327.
HSL color Cylindrical-coordinate representation of color #8FC507: hue angle of 77.05º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FC507 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 7 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.23 |
| HSL | 77.05º | 0.93% | 0.4% | - |
| HSV(B) | 77.05º | 0.96% | 0.77% | - |
| XYZ | 31.33 | 45.79 | 7.39 | - |
| YUV | 159.19 | 42.11 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 7 | 0.27 | 0 | 0.96 | 0.23 | 77.05 | 0.93 | 0.4 |
| Hex | 8F | C5 | 7 | 1B | 0 | 60 | 17 | 4D | 5D | 28 |
| Octal | 217 | 305 | 7 | 33 | 0 | 140 | 27 | 115 | 135 | 50 |
| Binary | 10001111 | 11000101 | 111 | 11011 | 0 | 1100000 | 10111 | 1001101 | 1011101 | 101000 |
Color Harmonies of #8FC507
Complementary color
Monochromatic Colors of #8FC507
Black with #8FC507
Text Example
Text Example
White with #8FC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC507; }
p { color: rgb(143,197,7); }
H1.HeaderClassName
{
color: #8FC507;
}
.AnyTagClassName
{
color: #8FC507;
}
</style>
background-color css
<style>
a { background-color: #8FC507; }
a { background-color: rgb(143,197,7); }
div.DivClassName
{
background-color: #8FC507;
}
.BgClassName
{
background-color: #8FC507;
}
</style>
border-color css
<style>
span { border-color: #8FC507; }
span { border-color: rgb(143,197,7); }
td.TdClassName
{
border-color: #8FC507;
}
.TagClassName
{
border-color: #8FC507;
}
</style>