Shades of Citrus #8FC513
Tints of Citrus #8FC513
RGB
CMYK
RGB Variations
Color information
#8FC513 (or 0x8FC513) is known color: Citrus. HEX triplet: 8F, C5 and 13. RGB value is (143,197,19). Sum of RGB (Red+Green+Blue) = 143+197+19=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC513 is #703AEC. Grayscale: #A1A1A1. Windows color (decimal): -7355117 or 1295759. OLE color: 1295759.
HSL color Cylindrical-coordinate representation of color #8FC513: hue angle of 78.2º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FC513 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 19 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.23 |
| HSL | 78.2º | 0.82% | 0.42% | - |
| HSV(B) | 78.2º | 0.9% | 0.77% | - |
| XYZ | 31.41 | 45.82 | 7.8 | - |
| YUV | 160.56 | 48.11 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 19 | 0.27 | 0 | 0.90 | 0.23 | 78.2 | 0.82 | 0.42 |
| Hex | 8F | C5 | 13 | 1B | 0 | 5A | 17 | 4E | 52 | 2A |
| Octal | 217 | 305 | 23 | 33 | 0 | 132 | 27 | 116 | 122 | 52 |
| Binary | 10001111 | 11000101 | 10011 | 11011 | 0 | 1011010 | 10111 | 1001110 | 1010010 | 101010 |
Color Harmonies of #8FC513
Complementary color
Monochromatic Colors of #8FC513
Black with #8FC513
Text Example
Text Example
White with #8FC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC513; }
p { color: rgb(143,197,19); }
H1.HeaderClassName
{
color: #8FC513;
}
.AnyTagClassName
{
color: #8FC513;
}
</style>
background-color css
<style>
a { background-color: #8FC513; }
a { background-color: rgb(143,197,19); }
div.DivClassName
{
background-color: #8FC513;
}
.BgClassName
{
background-color: #8FC513;
}
</style>
border-color css
<style>
span { border-color: #8FC513; }
span { border-color: rgb(143,197,19); }
td.TdClassName
{
border-color: #8FC513;
}
.TagClassName
{
border-color: #8FC513;
}
</style>