Shades of Citrus #86CE08
Tints of Citrus #86CE08
RGB
CMYK
RGB Variations
Color information
#86CE08 (or 0x86CE08) is known color: Citrus. HEX triplet: 86, CE and 08. RGB value is (134,206,8). Sum of RGB (Red+Green+Blue) = 134+206+8=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 206 (80.86% from 255 or 59.20% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CE08 is #7931F7. Grayscale: #A2A2A2. Windows color (decimal): -7942648 or 577158. OLE color: 577158.
HSL color Cylindrical-coordinate representation of color #86CE08: hue angle of 81.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86CE08 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 8 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.19 |
| HSL | 81.82º | 0.93% | 0.42% | - |
| HSV(B) | 81.82º | 0.96% | 0.81% | - |
| XYZ | 31.95 | 49.23 | 8.05 | - |
| YUV | 161.9 | 41.15 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 8 | 0.35 | 0 | 0.96 | 0.19 | 81.82 | 0.93 | 0.42 |
| Hex | 86 | CE | 8 | 23 | 0 | 60 | 13 | 52 | 5D | 2A |
| Octal | 206 | 316 | 10 | 43 | 0 | 140 | 23 | 122 | 135 | 52 |
| Binary | 10000110 | 11001110 | 1000 | 100011 | 0 | 1100000 | 10011 | 1010010 | 1011101 | 101010 |
Color Harmonies of #86CE08
Complementary color
Monochromatic Colors of #86CE08
Black with #86CE08
Text Example
Text Example
White with #86CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CE08; }
p { color: rgb(134,206,8); }
H1.HeaderClassName
{
color: #86CE08;
}
.AnyTagClassName
{
color: #86CE08;
}
</style>
background-color css
<style>
a { background-color: #86CE08; }
a { background-color: rgb(134,206,8); }
div.DivClassName
{
background-color: #86CE08;
}
.BgClassName
{
background-color: #86CE08;
}
</style>
border-color css
<style>
span { border-color: #86CE08; }
span { border-color: rgb(134,206,8); }
td.TdClassName
{
border-color: #86CE08;
}
.TagClassName
{
border-color: #86CE08;
}
</style>