Shades of Citrus #8FC013
Tints of Citrus #8FC013
RGB
CMYK
RGB Variations
Color information
#8FC013 (or 0x8FC013) is known color: Citrus. HEX triplet: 8F, C0 and 13. RGB value is (143,192,19). Sum of RGB (Red+Green+Blue) = 143+192+19=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC013 is #703FEC. Grayscale: #9E9E9E. Windows color (decimal): -7356397 or 1294479. OLE color: 1294479.
HSL color Cylindrical-coordinate representation of color #8FC013: hue angle of 76.99º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FC013 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 19 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.25 |
| HSL | 76.99º | 0.82% | 0.41% | - |
| HSV(B) | 76.99º | 0.9% | 0.75% | - |
| XYZ | 30.29 | 43.59 | 7.43 | - |
| YUV | 157.63 | 49.77 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 19 | 0.26 | 0 | 0.90 | 0.25 | 76.99 | 0.82 | 0.41 |
| Hex | 8F | C0 | 13 | 1A | 0 | 5A | 19 | 4D | 52 | 29 |
| Octal | 217 | 300 | 23 | 32 | 0 | 132 | 31 | 115 | 122 | 51 |
| Binary | 10001111 | 11000000 | 10011 | 11010 | 0 | 1011010 | 11001 | 1001101 | 1010010 | 101001 |
Color Harmonies of #8FC013
Complementary color
Monochromatic Colors of #8FC013
Black with #8FC013
Text Example
Text Example
White with #8FC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC013; }
p { color: rgb(143,192,19); }
H1.HeaderClassName
{
color: #8FC013;
}
.AnyTagClassName
{
color: #8FC013;
}
</style>
background-color css
<style>
a { background-color: #8FC013; }
a { background-color: rgb(143,192,19); }
div.DivClassName
{
background-color: #8FC013;
}
.BgClassName
{
background-color: #8FC013;
}
</style>
border-color css
<style>
span { border-color: #8FC013; }
span { border-color: rgb(143,192,19); }
td.TdClassName
{
border-color: #8FC013;
}
.TagClassName
{
border-color: #8FC013;
}
</style>