Shades of Citrus #8FC113
Tints of Citrus #8FC113
RGB
CMYK
RGB Variations
Color information
#8FC113 (or 0x8FC113) is known color: Citrus. HEX triplet: 8F, C1 and 13. RGB value is (143,193,19). Sum of RGB (Red+Green+Blue) = 143+193+19=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC113 is #703EEC. Grayscale: #9E9E9E. Windows color (decimal): -7356141 or 1294735. OLE color: 1294735.
HSL color Cylindrical-coordinate representation of color #8FC113: hue angle of 77.24º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FC113 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 19 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.24 |
| HSL | 77.24º | 0.82% | 0.42% | - |
| HSV(B) | 77.24º | 0.9% | 0.76% | - |
| XYZ | 30.52 | 44.03 | 7.51 | - |
| YUV | 158.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 19 | 0.26 | 0 | 0.90 | 0.24 | 77.24 | 0.82 | 0.42 |
| Hex | 8F | C1 | 13 | 1A | 0 | 5A | 18 | 4D | 52 | 2A |
| Octal | 217 | 301 | 23 | 32 | 0 | 132 | 30 | 115 | 122 | 52 |
| Binary | 10001111 | 11000001 | 10011 | 11010 | 0 | 1011010 | 11000 | 1001101 | 1010010 | 101010 |
Color Harmonies of #8FC113
Complementary color
Monochromatic Colors of #8FC113
Black with #8FC113
Text Example
Text Example
White with #8FC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC113; }
p { color: rgb(143,193,19); }
H1.HeaderClassName
{
color: #8FC113;
}
.AnyTagClassName
{
color: #8FC113;
}
</style>
background-color css
<style>
a { background-color: #8FC113; }
a { background-color: rgb(143,193,19); }
div.DivClassName
{
background-color: #8FC113;
}
.BgClassName
{
background-color: #8FC113;
}
</style>
border-color css
<style>
span { border-color: #8FC113; }
span { border-color: rgb(143,193,19); }
td.TdClassName
{
border-color: #8FC113;
}
.TagClassName
{
border-color: #8FC113;
}
</style>