#86d11e

Color #86D11E Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #86D11E

Tints of Yellow Green #86D11E

Color information

#86D11E (or 0x86D11E) is unknown color: approx Yellow Green. HEX triplet: 86, D1 and 1E. RGB value is (134,209,30). Sum of RGB (Red+Green+Blue) = 134+209+30=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #86D11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D11E is #792EE1. Grayscale: #A6A6A6. Windows color (decimal): -7941858 or 2019718. OLE color: 2019718.

HSL color Cylindrical-coordinate representation of color #86D11E: hue angle of 85.14º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86D11E is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB13420930-
CMYK0.3600.860.18
HSL85.14º74.9%46.86%-
HSV(B)85.14º85.65%81.96%-
XYZ32.8750.769.29-
YUV166.1751.15105.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 209 (82.03% from 255) = 56.03%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=35.92%
G=56.03%
B=8.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134209300.3600.860.1885.1474.946.86
Hex86D11E2405612554b2f
Octal206321364401262212511357
Binary100001101101000111110100100010101101001010101011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86d11e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86d11e; }

 p { color: rgb(134,209,30); }

 H1.HeaderClassName
 {
   color: #86d11e;
 }
 .AnyTagClassName
 {
   color: #86d11e;
 }
</style>
background-color css

<style>
 a { background-color: #86d11e; }

 a { background-color: rgb(134,209,30); }

 div.DivClassName
 {
   background-color: #86d11e;
 }
 .BgClassName
 {
   background-color: #86d11e;
 }
</style>
border-color css

<style>
 span { border-color: #86d11e; }

 span { border-color: rgb(134,209,30); }

 td.TdClassName
 {
   border-color: #86d11e;
 }
 .TagClassName
 {
   border-color: #86d11e;
 }
</style>