Shades of Citrus #8FC616
Tints of Citrus #8FC616
RGB
CMYK
RGB Variations
Color information
#8FC616 (or 0x8FC616) is known color: Citrus. HEX triplet: 8F, C6 and 16. RGB value is (143,198,22). Sum of RGB (Red+Green+Blue) = 143+198+22=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC616 is #7039E9. Grayscale: #A2A2A2. Windows color (decimal): -7354858 or 1492623. OLE color: 1492623.
HSL color Cylindrical-coordinate representation of color #8FC616: hue angle of 78.75º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FC616 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 22 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.22 |
| HSL | 78.75º | 0.8% | 0.43% | - |
| HSV(B) | 78.75º | 0.89% | 0.78% | - |
| XYZ | 31.67 | 46.29 | 8.02 | - |
| YUV | 161.49 | 49.28 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 22 | 0.28 | 0 | 0.89 | 0.22 | 78.75 | 0.8 | 0.43 |
| Hex | 8F | C6 | 16 | 1C | 0 | 59 | 16 | 4F | 50 | 2B |
| Octal | 217 | 306 | 26 | 34 | 0 | 131 | 26 | 117 | 120 | 53 |
| Binary | 10001111 | 11000110 | 10110 | 11100 | 0 | 1011001 | 10110 | 1001111 | 1010000 | 101011 |
Color Harmonies of #8FC616
Complementary color
Monochromatic Colors of #8FC616
Black with #8FC616
Text Example
Text Example
White with #8FC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC616; }
p { color: rgb(143,198,22); }
H1.HeaderClassName
{
color: #8FC616;
}
.AnyTagClassName
{
color: #8FC616;
}
</style>
background-color css
<style>
a { background-color: #8FC616; }
a { background-color: rgb(143,198,22); }
div.DivClassName
{
background-color: #8FC616;
}
.BgClassName
{
background-color: #8FC616;
}
</style>
border-color css
<style>
span { border-color: #8FC616; }
span { border-color: rgb(143,198,22); }
td.TdClassName
{
border-color: #8FC616;
}
.TagClassName
{
border-color: #8FC616;
}
</style>