Shades of Citrus #8FC705
Tints of Citrus #8FC705
RGB
CMYK
RGB Variations
Color information
#8FC705 (or 0x8FC705) is known color: Citrus. HEX triplet: 8F, C7 and 05. RGB value is (143,199,5). Sum of RGB (Red+Green+Blue) = 143+199+5=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC705 is #7038FA. Grayscale: #A0A0A0. Windows color (decimal): -7354619 or 378767. OLE color: 378767.
HSL color Cylindrical-coordinate representation of color #8FC705: hue angle of 77.32º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FC705 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.22 |
| HSL | 77.32º | 0.95% | 0.4% | - |
| HSV(B) | 77.32º | 0.97% | 0.78% | - |
| XYZ | 31.78 | 46.7 | 7.48 | - |
| YUV | 160.14 | 40.45 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 5 | 0.28 | 0 | 0.97 | 0.22 | 77.32 | 0.95 | 0.4 |
| Hex | 8F | C7 | 5 | 1C | 0 | 61 | 16 | 4D | 5F | 28 |
| Octal | 217 | 307 | 5 | 34 | 0 | 141 | 26 | 115 | 137 | 50 |
| Binary | 10001111 | 11000111 | 101 | 11100 | 0 | 1100001 | 10110 | 1001101 | 1011111 | 101000 |
Color Harmonies of #8FC705
Complementary color
Monochromatic Colors of #8FC705
Black with #8FC705
Text Example
Text Example
White with #8FC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC705; }
p { color: rgb(143,199,5); }
H1.HeaderClassName
{
color: #8FC705;
}
.AnyTagClassName
{
color: #8FC705;
}
</style>
background-color css
<style>
a { background-color: #8FC705; }
a { background-color: rgb(143,199,5); }
div.DivClassName
{
background-color: #8FC705;
}
.BgClassName
{
background-color: #8FC705;
}
</style>
border-color css
<style>
span { border-color: #8FC705; }
span { border-color: rgb(143,199,5); }
td.TdClassName
{
border-color: #8FC705;
}
.TagClassName
{
border-color: #8FC705;
}
</style>