Shades of Citrus #86D20C
Tints of Citrus #86D20C
RGB
CMYK
RGB Variations
Color information
#86D20C (or 0x86D20C) is known color: Citrus. HEX triplet: 86, D2 and 0C. RGB value is (134,210,12). Sum of RGB (Red+Green+Blue) = 134+210+12=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #86D20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D20C is #792DF3. Grayscale: #A5A5A5. Windows color (decimal): -7941620 or 840326. OLE color: 840326.
HSL color Cylindrical-coordinate representation of color #86D20C: hue angle of 83.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86D20C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 12 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.18 |
| HSL | 83.03º | 0.89% | 0.44% | - |
| HSV(B) | 83.03º | 0.94% | 0.82% | - |
| XYZ | 32.94 | 51.19 | 8.49 | - |
| YUV | 164.7 | 41.82 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 12 | 0.36 | 0 | 0.94 | 0.18 | 83.03 | 0.89 | 0.44 |
| Hex | 86 | D2 | C | 24 | 0 | 5E | 12 | 53 | 59 | 2C |
| Octal | 206 | 322 | 14 | 44 | 0 | 136 | 22 | 123 | 131 | 54 |
| Binary | 10000110 | 11010010 | 1100 | 100100 | 0 | 1011110 | 10010 | 1010011 | 1011001 | 101100 |
Color Harmonies of #86D20C
Complementary color
Monochromatic Colors of #86D20C
Black with #86D20C
Text Example
Text Example
White with #86D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D20C; }
p { color: rgb(134,210,12); }
H1.HeaderClassName
{
color: #86D20C;
}
.AnyTagClassName
{
color: #86D20C;
}
</style>
background-color css
<style>
a { background-color: #86D20C; }
a { background-color: rgb(134,210,12); }
div.DivClassName
{
background-color: #86D20C;
}
.BgClassName
{
background-color: #86D20C;
}
</style>
border-color css
<style>
span { border-color: #86D20C; }
span { border-color: rgb(134,210,12); }
td.TdClassName
{
border-color: #86D20C;
}
.TagClassName
{
border-color: #86D20C;
}
</style>