Shades of Citrus #8FC701
Tints of Citrus #8FC701
RGB
CMYK
RGB Variations
Color information
#8FC701 (or 0x8FC701) is known color: Citrus. HEX triplet: 8F, C7 and 01. RGB value is (143,199,1). Sum of RGB (Red+Green+Blue) = 143+199+1=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 199 (78.12% from 255 or 58.02% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC701 is #7038FE. Grayscale: #A0A0A0. Windows color (decimal): -7354623 or 116623. OLE color: 116623.
HSL color Cylindrical-coordinate representation of color #8FC701: hue angle of 76.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FC701 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.22 |
| HSL | 76.97º | 0.99% | 0.39% | - |
| HSV(B) | 76.97º | 0.99% | 0.78% | - |
| XYZ | 31.76 | 46.69 | 7.37 | - |
| YUV | 159.68 | 38.45 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 1 | 0.28 | 0 | 0.99 | 0.22 | 76.97 | 0.99 | 0.39 |
| Hex | 8F | C7 | 1 | 1C | 0 | 63 | 16 | 4D | 63 | 27 |
| Octal | 217 | 307 | 1 | 34 | 0 | 143 | 26 | 115 | 143 | 47 |
| Binary | 10001111 | 11000111 | 1 | 11100 | 0 | 1100011 | 10110 | 1001101 | 1100011 | 100111 |
Color Harmonies of #8FC701
Complementary color
Monochromatic Colors of #8FC701
Black with #8FC701
Text Example
Text Example
White with #8FC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC701; }
p { color: rgb(143,199,1); }
H1.HeaderClassName
{
color: #8FC701;
}
.AnyTagClassName
{
color: #8FC701;
}
</style>
background-color css
<style>
a { background-color: #8FC701; }
a { background-color: rgb(143,199,1); }
div.DivClassName
{
background-color: #8FC701;
}
.BgClassName
{
background-color: #8FC701;
}
</style>
border-color css
<style>
span { border-color: #8FC701; }
span { border-color: rgb(143,199,1); }
td.TdClassName
{
border-color: #8FC701;
}
.TagClassName
{
border-color: #8FC701;
}
</style>