Shades of Citrus #86C90E
Tints of Citrus #86C90E
RGB
CMYK
RGB Variations
Color information
#86C90E (or 0x86C90E) is known color: Citrus. HEX triplet: 86, C9 and 0E. RGB value is (134,201,14). Sum of RGB (Red+Green+Blue) = 134+201+14=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #86C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C90E is #7936F1. Grayscale: #A0A0A0. Windows color (decimal): -7943922 or 969094. OLE color: 969094.
HSL color Cylindrical-coordinate representation of color #86C90E: hue angle of 81.5º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86C90E is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 14 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.21 |
| HSL | 81.5º | 0.87% | 0.42% | - |
| HSV(B) | 81.5º | 0.93% | 0.79% | - |
| XYZ | 30.8 | 46.87 | 7.84 | - |
| YUV | 159.65 | 45.8 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 14 | 0.33 | 0 | 0.93 | 0.21 | 81.5 | 0.87 | 0.42 |
| Hex | 86 | C9 | E | 21 | 0 | 5D | 15 | 51 | 57 | 2A |
| Octal | 206 | 311 | 16 | 41 | 0 | 135 | 25 | 121 | 127 | 52 |
| Binary | 10000110 | 11001001 | 1110 | 100001 | 0 | 1011101 | 10101 | 1010001 | 1010111 | 101010 |
Color Harmonies of #86C90E
Complementary color
Monochromatic Colors of #86C90E
Black with #86C90E
Text Example
Text Example
White with #86C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C90E; }
p { color: rgb(134,201,14); }
H1.HeaderClassName
{
color: #86C90E;
}
.AnyTagClassName
{
color: #86C90E;
}
</style>
background-color css
<style>
a { background-color: #86C90E; }
a { background-color: rgb(134,201,14); }
div.DivClassName
{
background-color: #86C90E;
}
.BgClassName
{
background-color: #86C90E;
}
</style>
border-color css
<style>
span { border-color: #86C90E; }
span { border-color: rgb(134,201,14); }
td.TdClassName
{
border-color: #86C90E;
}
.TagClassName
{
border-color: #86C90E;
}
</style>