Shades of Citrus #8FC20D
Tints of Citrus #8FC20D
RGB
CMYK
RGB Variations
Color information
#8FC20D (or 0x8FC20D) is known color: Citrus. HEX triplet: 8F, C2 and 0D. RGB value is (143,194,13). Sum of RGB (Red+Green+Blue) = 143+194+13=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC20D is #703DF2. Grayscale: #9E9E9E. Windows color (decimal): -7355891 or 901775. OLE color: 901775.
HSL color Cylindrical-coordinate representation of color #8FC20D: hue angle of 76.91º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FC20D is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 13 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.24 |
| HSL | 76.91º | 0.87% | 0.41% | - |
| HSV(B) | 76.91º | 0.93% | 0.76% | - |
| XYZ | 30.69 | 44.45 | 7.34 | - |
| YUV | 158.12 | 46.1 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 13 | 0.26 | 0 | 0.93 | 0.24 | 76.91 | 0.87 | 0.41 |
| Hex | 8F | C2 | D | 1A | 0 | 5D | 18 | 4D | 57 | 29 |
| Octal | 217 | 302 | 15 | 32 | 0 | 135 | 30 | 115 | 127 | 51 |
| Binary | 10001111 | 11000010 | 1101 | 11010 | 0 | 1011101 | 11000 | 1001101 | 1010111 | 101001 |
Color Harmonies of #8FC20D
Complementary color
Monochromatic Colors of #8FC20D
Black with #8FC20D
Text Example
Text Example
White with #8FC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC20D; }
p { color: rgb(143,194,13); }
H1.HeaderClassName
{
color: #8FC20D;
}
.AnyTagClassName
{
color: #8FC20D;
}
</style>
background-color css
<style>
a { background-color: #8FC20D; }
a { background-color: rgb(143,194,13); }
div.DivClassName
{
background-color: #8FC20D;
}
.BgClassName
{
background-color: #8FC20D;
}
</style>
border-color css
<style>
span { border-color: #8FC20D; }
span { border-color: rgb(143,194,13); }
td.TdClassName
{
border-color: #8FC20D;
}
.TagClassName
{
border-color: #8FC20D;
}
</style>